[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:
parent
342e8fc760
commit
151ef3189d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user