[heap] Enable --shared-space by default

Bug: v8:13267
Change-Id: I90649ae74c7e36889176836a9b678ef337a6356d
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4086141
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Commit-Queue: Dominik Inführ <dinfuehr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#84708}
This commit is contained in:
Dominik Inführ 2022-12-07 16:21:59 +01:00 committed by V8 LUCI CQ
parent ffd60c7cc2
commit d3b3ac4bfd

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