fix: use default value (true) for 'v8_enable_shared_ro_heap' config flag (#1160)

V8 11.0.226.2 can't make snapshots succesfully when
'v8_enable_shared_ro_heap' is set to false.
This commit is contained in:
Bert Belder 2022-12-18 06:50:57 +01:00
parent da0825bff0
commit 9b76cf8fb1
2 changed files with 187 additions and 171 deletions

6
.gn
View File

@ -42,10 +42,4 @@ default_args = {
# around by the garbage collector but embedders normally want them to have
# fixed addresses.
v8_typed_array_max_size_in_heap = 0
# To avoid test failure:
# Fatal error in ../../../v8/src/heap/read-only-spaces.cc, line 69
# Check failed: read_only_blob_checksum_ == snapshot_checksum (<unprintable>
# vs. 604745897).
v8_enable_shared_ro_heap = false
}

File diff suppressed because it is too large Load Diff