DescriptionRestructure the Kernel string table.
Instead of a list of strings given by their length and UTF-8 encoding,
restructure the string table to consist of a list of string ending
offsets followed by a blob of UTF-8 encoded strings without lengths.
This is a step toward copying the string blob into the VM's heap and
building a heap-allocated structure to give random access to them.
BUG=
R=asgerf@google.com, jensj@google.com
Committed: https://github.com/dart-lang/sdk/commit/04cb9809d10f1fa72da58a89a53c1a51a1e6f60e
Patch Set 1 #
Total comments: 7
Patch Set 2 : Incorporate review comments. #
Messages
Total messages: 8 (2 generated)
|