DescriptionSplit nodes and edges into separate arrays in heap profiler.
This allowed the following changes:
- heap profiler now makes one pass less over the heap.
- HeapEntriesMap does not allocate EntryInfo per each entry.
- there's no need for an extra pass to set indexes before serialization.
As a result snapshot taking time has reduced up to 2x times.
Committed: https://code.google.com/p/v8/source/detail?r=11531
Patch Set 1 #
Total comments: 34
Patch Set 2 : Addressing comments. #
Total comments: 8
Patch Set 3 : Addressing comments. #
Messages
Total messages: 7 (0 generated)
|