Chromium Code Reviews| 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") |