Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/wasm/wasm-feature-flags.h')
-rw-r--r--deps/v8/src/wasm/wasm-feature-flags.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/deps/v8/src/wasm/wasm-feature-flags.h b/deps/v8/src/wasm/wasm-feature-flags.h
index 4ae5de91095..ab8eb612a85 100644
--- a/deps/v8/src/wasm/wasm-feature-flags.h
+++ b/deps/v8/src/wasm/wasm-feature-flags.h
@@ -27,7 +27,13 @@
\
/* No official proposal (yet?). */ \
/* V8 side owner: clemensb */ \
- V(compilation_hints, "compilation hints section", false)
+ V(compilation_hints, "compilation hints section", false) \
+ \
+ /* GC proposal (early prototype, might change dramatically) */ \
+ /* Official proposal: https://github.com/WebAssembly/gc */ \
+ /* Prototype engineering spec: https://bit.ly/3cWcm6Q */ \
+ /* V8 side owner: jkummerow */ \
+ V(gc, "garbage collection", false)
// #############################################################################
// Staged features (disabled by default, but enabled via --wasm-staging (also