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

Unified Diff: src/flag-definitions.h

Issue 1643333002: Adding flag for simd.js + asm->wasm. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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/typing-asm.h » ('j') | no next file with comments »
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 a7fc25ef1ccc31540c2faaa96c26fdb5bda4b387..35a03326c02cdfd4f7a0556ba7310983a19c3aef 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -484,6 +484,8 @@ DEFINE_BOOL(trace_wasm_ast, false, "dump AST after WASM decode")
DEFINE_BOOL(wasm_break_on_decoder_error, false,
"debug break when wasm decoder encounters an error")
+DEFINE_BOOL(asm_thru_wasm_simd, false, "enable SIMD.js for asm->wasm")
titzer 2016/02/01 08:04:36 Flag has a weird name. Suggest "verb_feature" or j
bradn 2016/02/01 17:25:18 Done.
+
DEFINE_INT(typed_array_max_size_in_heap, 64,
"threshold for in-heap typed array")
« no previous file with comments | « no previous file | src/typing-asm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698