Skip to content

Commit

Permalink
Merged: [wasm][turbofan] Disable inlining of JS->Wasm calls by default
Browse files Browse the repository at this point in the history
(cherry picked from commit 9c8741567d29c09133f305e521c076a0b7205d8a)

Change-Id: Id3bece7b5b119397c41ff3d714cdbeb26f37f965
No-Try: true
No-Presubmit: true
No-Tree-Checks: true
Bug: chromium:1271456
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3289181
Reviewed-by: Andreas Haas <[email protected]>
Commit-Queue: Clemens Backes <[email protected]>
Commit-Queue: Andreas Haas <[email protected]>
Cr-Commit-Position: refs/branch-heads/9.7@{#11}
Cr-Branched-From: 49162da-refs/heads/9.7.106@{#1}
Cr-Branched-From: a7e9b8f-refs/heads/main@{#77674}
  • Loading branch information
paolosevMSFT authored and V8 LUCI CQ committed Nov 19, 2021
1 parent ce376c3 commit be83571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flags/flag-definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ DEFINE_BOOL(turbo_dynamic_map_checks, false,
"if all handlers in an IC are the same for turboprop")
DEFINE_BOOL(turbo_compress_translation_arrays, false,
"compress translation arrays (experimental)")
DEFINE_BOOL(turbo_inline_js_wasm_calls, true, "inline JS->Wasm calls")
DEFINE_BOOL(turbo_inline_js_wasm_calls, false, "inline JS->Wasm calls")
DEFINE_BOOL(turbo_use_mid_tier_regalloc_for_huge_functions, false,
"fall back to the mid-tier register allocator for huge functions "
"(experimental)")
Expand Down

0 comments on commit be83571

Please sign in to comment.