Commit c5c447d4 authored by Michael Starzinger's avatar Michael Starzinger Committed by Commit Bot

[wasm] Enable --wasm-shared-engine by default.

R=titzer@chromium.org
BUG=v8:7424

Change-Id: I3bb3be92b6c1bf855904cf0bf334ad98dce74dd4
Reviewed-on: https://chromium-review.googlesource.com/1156310Reviewed-by: 's avatarBen Titzer <titzer@chromium.org>
Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54855}
parent d623c25a
......@@ -614,7 +614,7 @@ DEFINE_BOOL(wasm_no_bounds_checks, false,
DEFINE_BOOL(wasm_no_stack_checks, false,
"disable stack checks (performance testing only)")
DEFINE_BOOL(wasm_shared_engine, false,
DEFINE_BOOL(wasm_shared_engine, true,
"shares one wasm engine between all isolates within a process")
DEFINE_IMPLICATION(future, wasm_shared_engine)
DEFINE_BOOL(wasm_shared_code, false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment