Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 79594bc51407bbab3c9fc73bd8f507476ce37215..3f2d1aba318e02bc84240d7417644e53d4e110aa 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -482,7 +482,7 @@ DEFINE_BOOL(turbo_stress_instruction_scheduling, false, |
// Flags for native WebAssembly. |
DEFINE_BOOL(expose_wasm, false, "expose WASM interface to JavaScript") |
-DEFINE_INT(wasm_num_compilation_tasks, 0, |
+DEFINE_INT(wasm_num_compilation_tasks, 10, |
"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") |