Files
sdk/runtime
Jens Johansen fdd465e540 [kernel] Use helper functions to minimize assumptions about dill layout.
Attempt to use the helper functions to minimize the number of places
that would need updating should the binary file (the dill file) layout
change.

The changed code (in FieldHelper) makes assumptions about the layout of
the FunctionNode. Instead use FunctionNodeHelper to get the wanted data.

Also replaced an unconditional read-and-go-back with the usage of
AlternativeReadingScope.

BUG=
R=sivachandra@google.com

Review-Url: https://codereview.chromium.org/2991233002 .
2017-08-03 08:37:27 +02:00
..
2017-06-22 08:49:22 -07:00
2017-07-17 15:35:58 -07:00