| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index fcc834d36a91041998d5ff5f77e38fcc1a2e28fa..2d36234e64fbeeef1261e979df45281359fc837d 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -481,6 +481,8 @@ DEFINE_BOOL(enable_simd_asmjs, false, "enable SIMD.js in asm.js stdlib")
|
|
|
| DEFINE_BOOL(dump_wasm_module, false, "dump WASM module bytes")
|
| DEFINE_STRING(dump_wasm_module_path, NULL, "directory to dump wasm modules to")
|
| +DEFINE_BOOL(print_wasm_code_size, false,
|
| + "print the generated code size for each wasm module")
|
|
|
| DEFINE_INT(typed_array_max_size_in_heap, 64,
|
| "threshold for in-heap typed array")
|
|
|