feat: enable v8 sandboxed pointers (#34724)
* feat: enable v8 sandboxed pointers * update breaking-changes.md * update zero-fill patch benchmarks showed the function call was slower
This commit is contained in:
parent
0ee7f14190
commit
e5db178ab6
5 changed files with 41 additions and 165 deletions
|
@ -45,7 +45,3 @@ enable_cet_shadow_stack = false
|
|||
# V8 in the browser process.
|
||||
# Ref: https://source.chromium.org/chromium/chromium/src/+/45fba672185aae233e75d6ddc81ea1e0b30db050:v8/BUILD.gn;l=281
|
||||
is_cfi = false
|
||||
|
||||
# TODO(nornagon): this is disabled until node.js's internals can be made
|
||||
# compatible with sandboxed pointers.
|
||||
v8_enable_sandboxed_pointers = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue