Revert "[heap] Enable --shared-space by default"

This reverts commit d3b3ac4bfd.

Reason for revert: Causes failures

Original change's description:
> [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}

Bug: v8:13267
Change-Id: I782daf005039314609d2f626527c3015bc9983ec
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4085502
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Dominik Inführ <dinfuehr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#84714}
This commit is contained in:
Dominik Inführ 2022-12-07 18:54:23 +00:00 committed by V8 LUCI CQ
parent bf20040552
commit e8a22c8eaa

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