[heap] Disable --shared-space by default again

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 <nicohartmann@chromium.org>
Auto-Submit: Dominik Inführ <dinfuehr@chromium.org>
Commit-Queue: Dominik Inführ <dinfuehr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#84680}
This commit is contained in:
Dominik Inführ 2022-12-06 11:55:52 +01:00 committed by V8 LUCI CQ
parent 342e8fc760
commit 151ef3189d

View File

@ -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