Skip to content

Commit 32141e9

Browse files
GeorgNeisCommit Bot
authored andcommitted
Disable --turbo-inline-array-builtins by default.
Current chrome stable has a high number of crashes due to bugs in this feature. These bugs are already fixed but the fixes are hard to merge back. Therefore we decided to disable the feature in stable. This CL is intended to be merged to stable and then reverted in tot. Bug: chromium:762020 Change-Id: Ibd5a08e3b303a204fb84a408271a1c0f97cc5b7b Reviewed-on: https://chromium-review.googlesource.com/738176 Reviewed-by: Jaroslav Sevcik <jarin@chromium.org> Commit-Queue: Georg Neis <neis@chromium.org> Cr-Commit-Position: refs/heads/master@{#48931}
1 parent b1aaa6a commit 32141e9

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
@@ -434,7 +434,7 @@ DEFINE_VALUE_IMPLICATION(stress_inline, polymorphic_inlining, true)
434434
DEFINE_BOOL(trace_turbo_inlining, false, "trace TurboFan inlining")
435435
DEFINE_BOOL(inline_accessors, true, "inline JavaScript accessors")
436436
DEFINE_BOOL(inline_into_try, true, "inline into try blocks")
437-
DEFINE_BOOL(turbo_inline_array_builtins, true,
437+
DEFINE_BOOL(turbo_inline_array_builtins, false,
438438
"inline array builtins in TurboFan code")
439439
DEFINE_BOOL(use_osr, true, "use on-stack replacement")
440440
DEFINE_BOOL(trace_osr, false, "trace on-stack replacement")

0 commit comments

Comments
 (0)