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

[wasm] Enable node splitting during scheduling.

R=herhut@chromium.org

Change-Id: Ice45defac8f065b6b1c848fd42ead6ab46da89ab
Reviewed-on: https://chromium-review.googlesource.com/c/1317573Reviewed-by: 's avatarStephan Herhut <herhut@chromium.org>
Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#57243}
parent a51f3fc6
......@@ -77,8 +77,13 @@ void OptimizedCompilationInfo::ConfigureFlags() {
MarkAsSourcePositionsEnabled();
#endif // ENABLE_GDB_JIT_INTERFACE && DEBUG
break;
default:
case Code::WASM_FUNCTION:
SetFlag(kSwitchJumpTableEnabled);
if (FLAG_turbo_splitting) {
MarkAsSplittingEnabled();
}
break;
default:
break;
}
}
......
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