Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)

Relanding 4b6305f4f2
This commit is contained in:
Bartek Iwańczuk 2023-03-18 18:30:04 -04:00 committed by GitHub
parent a5ad3a44b5
commit 3c9771deb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 301 additions and 134 deletions

View file

@ -145,6 +145,7 @@ impl Op {
is_async: #is_async,
is_unstable: #is_unstable,
is_v8: #is_v8,
force_registration: false,
}
}
@ -201,6 +202,7 @@ impl Op {
is_async: #is_async,
is_unstable: #is_unstable,
is_v8: #is_v8,
force_registration: false,
}
}