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

Unified Diff: src/flag-definitions.h

Issue 1991143002: Convert SIMD wasm ops to runtime function calls (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 5 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
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 46af8c4d912d6170b52cc95df1aef401be607604..c60b756aab2a164fc46a29892f09c848cef3f432 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -514,6 +514,7 @@ DEFINE_INT(typed_array_max_size_in_heap, 64,
DEFINE_BOOL(wasm_jit_prototype, false,
"enable experimental wasm runtime dynamic code generation")
+DEFINE_BOOL(enable_wasm_simd, false, "enable simd opcodes for wasm")
titzer 2016/07/13 19:45:10 s/enable_wasm_simd/wasm_simd_prototype/ Maybe the
gdeepti 2016/07/15 08:26:40 Done. There is a harmony_simd flag for simd.js, ad
// Profiler flags.
DEFINE_INT(frame_count, 1, "number of stack frames inspected by the profiler")

Powered by Google App Engine
This is Rietveld 408576698