[heap] Enable --shared-space by default
Bug: v8:13267 Change-Id: Ie887ff8183fd3a115fd95a7e24b46c654bc15b28 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4151188 Auto-Submit: Dominik Inführ <dinfuehr@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/main@{#85175}
This commit is contained in:
parent
c6e96cf622
commit
f8eebf3365
@ -1277,7 +1277,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, false,
|
||||
DEFINE_BOOL(shared_space, true,
|
||||
"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