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