Files
sdk/pkg/kernel/lib/binary
Jens Johansen 414d66dce6 More offsets in kernel
Added offsets to more nodes.
Added end offsets to some nodes.
Added functionnode debuggability flag.

This changes the dill format.
The new offsets et al. are read on the C++ side, but not used
for anything usefull yet.

This is step #2 in introducing these things, next step(s) will be
using it on the C++ side.

R=asgerf@google.com

Review-Url: https://codereview.chromium.org/2626613002 .
2017-01-11 09:59:52 +01:00
..
2017-01-11 09:59:52 +01:00
2017-01-11 09:59:52 +01:00

Conversion to and from a binary format.

The binary format is described in binary.md.