Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 641423bb4e84de62d559aa2d105dcd8302103401..7b3e4bf9ea89cd22da57f5f91d3735bcef087096 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -462,7 +462,8 @@ DEFINE_BOOL(turbo_stress_instruction_scheduling, false, |
// Flags for native WebAssembly. |
DEFINE_BOOL(expose_wasm, false, "expose WASM interface to JavaScript") |
-DEFINE_BOOL(wasm_parallel_compilation, false, "compile WASM code in parallel") |
+DEFINE_INT(wasm_num_compilation_tasks, 0, |
+ "number of parallel compilation tasks for wasm") |
DEFINE_BOOL(trace_wasm_encoder, false, "trace encoding of wasm code") |
DEFINE_BOOL(trace_wasm_decoder, false, "trace decoding of wasm code") |
DEFINE_BOOL(trace_wasm_decode_time, false, "trace decoding time of wasm code") |