mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-24 15:19:31 -05:00
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:
parent
da0825bff0
commit
9b76cf8fb1
2 changed files with 187 additions and 171 deletions
6
.gn
6
.gn
|
@ -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
Loading…
Reference in a new issue