Commit 9e839fce authored by Michael Lippautz's avatar Michael Lippautz Committed by Commit Bot

[heap] Fix incremental wrapper tracing toggle

The flag is always on and support for turning it off is broken with
conservative barriers.

Bug: 
Change-Id: I1ff548f95d220bf0fcb6df7a1bf5f8a342163696
Reviewed-on: https://chromium-review.googlesource.com/624494
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47482}
parent d288a87e
......@@ -536,7 +536,7 @@ void IncrementalMarking::StartMarking() {
SetState(MARKING);
{
if (FLAG_incremental_marking_wrappers) {
TRACE_GC(heap()->tracer(),
GCTracer::Scope::MC_INCREMENTAL_WRAPPER_PROLOGUE);
heap_->local_embedder_heap_tracer()->TracePrologue();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment