DescriptionHeapProfiler: replace pointer based matching algorithm with string matching algorithm for strings_ member.
pros: decreased snapshot size.
cons: increased serialization time.
I've tested the implementation on gmail 90mb heap.
I saw no speed degradation on the serialization step.
The snapshot size lost ~3% of its size. 100Mb -> 97Mb.
BUG=none
R=alph@chromium.org, yangguo@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=16725
Patch Set 1 #
Total comments: 1
Patch Set 2 : comments addressed #
Messages
Total messages: 7 (0 generated)
|