Commit 06751aba authored by Francis McCabe's avatar Francis McCabe Committed by V8 LUCI CQ

Add V8 flag for stack switching

Bug: v8:12191
Change-Id: I867e81a62341f9c95cf56466b9d97a877d9debdf
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3145990Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
Commit-Queue: Francis McCabe <fgm@chromium.org>
Cr-Commit-Position: refs/heads/main@{#76731}
parent 355f4f5c
......@@ -51,7 +51,12 @@
/* Branch Hinting proposal. */ \
/* https://github.com/WebAssembly/branch-hinting */ \
/* V8 side owner: jkummerow */ \
V(branch_hinting, "branch hinting", false)
V(branch_hinting, "branch hinting", false) \
\
/* Stack Switching proposal. */ \
/* https://github.com/WebAssembly/stack-switching */ \
/* V8 side owner: thibaudm & fgm */ \
V(stack_switching, "stack switching", false)
// #############################################################################
// Staged features (disabled by default, but enabled via --wasm-staging (also
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment