Revert of Enable parallel pointer updates after evacuation. (patchset #1 id:1 of https://codereview.chromium.org/1784643010/ )
Reason for revert: Speculative revert to check if this CL is causing GC stress failures. Original issue's description: > Enable parallel pointer updates after evacuation. > > BUG=chromium:578883 > LOG=NO > > Committed: https://crrev.com/7217fcc0bf5b0f62947f92128ec76855d50e91da > Cr-Commit-Position: refs/heads/master@{#34712} TBR=mlippautz@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=chromium:578883 LOG=NO Review URL: https://codereview.chromium.org/1803573002 Cr-Commit-Position: refs/heads/master@{#34741}
This commit is contained in:
parent
380676e2da
commit
70632e51c0
@ -689,7 +689,7 @@ DEFINE_INT(max_incremental_marking_finalization_rounds, 3,
|
||||
"at most try this many times to finalize incremental marking")
|
||||
DEFINE_BOOL(concurrent_sweeping, true, "use concurrent sweeping")
|
||||
DEFINE_BOOL(parallel_compaction, true, "use parallel compaction")
|
||||
DEFINE_BOOL(parallel_pointer_update, true,
|
||||
DEFINE_BOOL(parallel_pointer_update, false,
|
||||
"use parallel pointer update during compaction")
|
||||
DEFINE_BOOL(trace_incremental_marking, false,
|
||||
"trace progress of the incremental marking")
|
||||
|
Loading…
Reference in New Issue
Block a user