Commit 68c15246 authored by Nico Hartmann's avatar Nico Hartmann Committed by Commit Bot

Fix default value of parallel_marking flag

Change-Id: I23a0a4811d8c42f09bbbc5460902ee7138f9b1ac
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2255469
Auto-Submit: Nico Hartmann <nicohartmann@chromium.org>
Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#68452}
parent 542fac85
......@@ -936,7 +936,8 @@ DEFINE_BOOL(stress_concurrent_allocation, false,
"start background threads that allocate memory")
DEFINE_IMPLICATION(stress_concurrent_allocation, concurrent_allocation)
DEFINE_IMPLICATION(stress_concurrent_allocation, local_heaps)
DEFINE_BOOL(parallel_marking, true, "use parallel marking in atomic pause")
DEFINE_BOOL(parallel_marking, V8_CONCURRENT_MARKING_BOOL,
"use parallel marking in atomic pause")
DEFINE_INT(ephemeron_fixpoint_iterations, 10,
"number of fixpoint iterations it takes to switch to linear "
"ephemeron algorithm")
......
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