[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:
Dominik Inführ 2023-01-10 08:45:45 +01:00 committed by V8 LUCI CQ
parent c6e96cf622
commit f8eebf3365

View File

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