DescriptionMove EmbedderHeapTracer::TracePrologue call to the beginning of full gc
With cl https://codereview.chromium.org/2043033002 blink will add new wrappers
to its marking deque (and maintain this deque) so black allocated wrappers are
not a problem anymore. To limit the scope of when blink has to detect wrappers,
we need to tell blink when we start and when we end full gcs. For that we can
nicely use TracePrologue and TraceEpilogue.
LOG=no
BUG=468240
Committed: https://crrev.com/ac1587bb86708d800f8e7bd9a2d30f4c04c6f964
Cr-Commit-Position: refs/heads/master@{#36937}
Patch Set 1 #Patch Set 2 : Remove irrelevant stuff #
Total comments: 1
Patch Set 3 : Add abort #
Messages
Total messages: 11 (3 generated)
|