Skip to content

Commit 35b4f6e

Browse files
natorionCommit Bot
authored andcommitted
[wasm] Temporary switch of WASM async compilation
NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true R=ahaas@chromium.org Bug: chromium:764313 Change-Id: I2ae6141e20dead6bfb933eec8bee642dbdf48f0c Reviewed-on: https://chromium-review.googlesource.com/663861 Reviewed-by: Andreas Haas <ahaas@chromium.org> Reviewed-by: Brad Nelson <bradnelson@chromium.org> Commit-Queue: Brad Nelson <bradnelson@chromium.org> Cr-Commit-Position: refs/branch-heads/6.1@{#76} Cr-Branched-From: 1bf2e10-refs/heads/6.1.534@{#1} Cr-Branched-From: e825c43-refs/heads/master@{#46746}
1 parent d77a8a0 commit 35b4f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flag-definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ DEFINE_BOOL(wasm_disable_structured_cloning, false,
491491
"disable wasm structured cloning")
492492
DEFINE_INT(wasm_num_compilation_tasks, 10,
493493
"number of parallel compilation tasks for wasm")
494-
DEFINE_BOOL(wasm_async_compilation, true,
494+
DEFINE_BOOL(wasm_async_compilation, false,
495495
"enable actual asynchronous compilation for WebAssembly.compile")
496496
// Parallel compilation confuses turbo_stats, force single threaded.
497497
DEFINE_VALUE_IMPLICATION(turbo_stats, wasm_num_compilation_tasks, 0)

0 commit comments

Comments
 (0)