DescriptionSome more speedup to the dominators tree building in heap profiler.
Replace timestamps with affected bool vector. Timestamps could cause
some entries marked as affected on iteration i, to be recalculated
twice on iterations i and i+1. Which is redundant.
BUG=none
TEST=none
Committed: https://code.google.com/p/v8/source/detail?r=10821
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|