Skip to content

Commit 11e1e20

Browse files
mstarzingerCommit bot
mstarzinger
authored and
Commit bot
committed
[turbofan] Ship TF for "with" and "for-of" constructs.
[email protected] BUG=v8:4131 LOG=N Review URL: https://codereview.chromium.org/1148653005 Cr-Commit-Position: refs/heads/master@{#28545}
1 parent 54b34bd commit 11e1e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flag-definitions.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ DEFINE_BOOL(omit_map_checks_for_leaf_maps, true,
383383

384384
// Flags for TurboFan.
385385
DEFINE_BOOL(turbo, false, "enable TurboFan compiler")
386-
DEFINE_BOOL(turbo_shipping, false, "enable TurboFan compiler on subset")
386+
DEFINE_BOOL(turbo_shipping, true, "enable TurboFan compiler on subset")
387387
DEFINE_BOOL(turbo_greedy_regalloc, false, "use the greedy register allocator")
388388
DEFINE_IMPLICATION(turbo, turbo_asm_deoptimization)
389389
DEFINE_STRING(turbo_filter, "~~", "optimization filter for TurboFan compiler")

0 commit comments

Comments
 (0)