DescriptionSerialize edge counts instead of indexes in heap snapshot.
The serialized node structure currently holds an index
of its first containment edge in the edges array.
The index can be quite big (up to 7 digits for large snapshots).
The patch changes the serialization format to pass
node containment edge count instead. For most nodes the count
is just a single digit number.
This reduces serialized snapshot size and therefore its transfer time.
Committed: https://code.google.com/p/v8/source/detail?r=11728
Patch Set 1 #
Total comments: 2
Patch Set 2 : Addressing comment. #
Messages
Total messages: 4 (0 generated)
|