DescriptionSimplify synthetic roots creation in heap snapshot
The synthetic roots exist in every snapshot and there are no actual objects corresponding to them (there was attempt to create some virtual objects to reuse existing snapshot builder but it just complicated the things).
Previously synthetic root wouldn't have been added if it was empty. Current implementation always adds all synthetic roots in the snapshot no matter if they are empty or not.
BUG=None
LOG=N
R=alph@chromium.org, mstarzinger@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=24124
Patch Set 1 #Patch Set 2 : Fixed test failures #Patch Set 3 : Fixed compilation failire in dbg mode #
Messages
Total messages: 9 (3 generated)
|