From 151ef3189d7ca0d3ff27f58bb9aeb1c62bd59825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Inf=C3=BChr?= Date: Tue, 6 Dec 2022 11:55:52 +0100 Subject: [PATCH] [heap] Disable --shared-space by default again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Still causes some failures. Bug: v8:13267 No-Presubmit: true No-Tree-Checks: true No-Try: true Change-Id: I43c8d489d284a506e07acb0e25a02175635dfed3 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4079193 Reviewed-by: Nico Hartmann Auto-Submit: Dominik Inführ Commit-Queue: Dominik Inführ Cr-Commit-Position: refs/heads/main@{#84680} --- src/flags/flag-definitions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flags/flag-definitions.h b/src/flags/flag-definitions.h index 695a57ed37..19b9dbcf8a 100644 --- a/src/flags/flag-definitions.h +++ b/src/flags/flag-definitions.h @@ -1260,7 +1260,7 @@ DEFINE_BOOL(separate_gc_phases, false, DEFINE_BOOL(global_gc_scheduling, true, "enable GC scheduling based on global memory") DEFINE_BOOL(gc_global, false, "always perform global GCs") -DEFINE_BOOL(shared_space, true, +DEFINE_BOOL(shared_space, false, "Implement shared heap as shared space on a main isolate.") // TODO(12950): The next two flags only have an effect if