Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Unified Diff: src/flag-definitions.h

Issue 2049513003: [wasm] Support undefined indirect table entries, behind a flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix formatting Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/wasm/module-decoder.cc » ('j') | test/mjsunit/wasm/default-func-call.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index c23f08f6fdaa3241e11bfb76bb1697bf859d407d..9021e11bb89308d96533a8033facc6ee5db6981b 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -512,6 +512,9 @@ DEFINE_BOOL(print_wasm_code_size, false,
DEFINE_INT(typed_array_max_size_in_heap, 64,
"threshold for in-heap typed array")
+DEFINE_BOOL(wasm_jit_prototype, false,
+ "enable experimental wasm runtime dynamic code generation")
+
// Profiler flags.
DEFINE_INT(frame_count, 1, "number of stack frames inspected by the profiler")
// 0x1800 fits in the immediate field of an ARM instruction.
« no previous file with comments | « no previous file | src/wasm/module-decoder.cc » ('j') | test/mjsunit/wasm/default-func-call.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698