From 2d9c29cc463374d09184007a780f30ac9aca24d9 Mon Sep 17 00:00:00 2001 From: Hannes Payer Date: Wed, 16 Mar 2016 08:40:18 +0100 Subject: [PATCH] Disable black allocation. BUG=chromium:595092 LOG=n R=hablich@chromium.org Review URL: https://codereview.chromium.org/1803313002 . Cr-Commit-Position: refs/heads/master@{#34805} --- src/flag-definitions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flag-definitions.h b/src/flag-definitions.h index dcd9aa3ea3..a14c64c351 100644 --- a/src/flag-definitions.h +++ b/src/flag-definitions.h @@ -690,7 +690,7 @@ DEFINE_INT(min_progress_during_incremental_marking_finalization, 32, "least this many unmarked objects") DEFINE_INT(max_incremental_marking_finalization_rounds, 3, "at most try this many times to finalize incremental marking") -DEFINE_BOOL(black_allocation, true, "use black allocation") +DEFINE_BOOL(black_allocation, false, "use black allocation") DEFINE_BOOL(concurrent_sweeping, true, "use concurrent sweeping") DEFINE_BOOL(parallel_compaction, true, "use parallel compaction") DEFINE_BOOL(parallel_pointer_update, false,