DescriptionMake GCTracer persistent.
This is essentially https://codereview.chromium.org/390823003/. It turns
out that it's safe to use a persistent GCTracer instead
of creating and destroying GCTracers for each GC, because
Scavenge and Mark-Sweep steps never overlap, and the tracking of
incremental marking also happens separately for the two types of GC.
Tracking of incremental marking will be moved into the GCTracer in a
follow-up patch.
R=hpayer@chromium.org, mstarzinger@chromium.org
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=22465
Patch Set 1 #
Total comments: 4
Patch Set 2 : Remove destr and initialize last gc timestamp. #
Messages
Total messages: 5 (0 generated)
|