Skip to content

Commit

Permalink
[turbofan] Ship TF for "with" and "for-of" constructs.
Browse files Browse the repository at this point in the history
R=danno@chromium.org
BUG=v8:4131
LOG=N

Review URL: https://codereview.chromium.org/1148653005

Cr-Commit-Position: refs/heads/master@{#28545}
  • Loading branch information
mstarzinger authored and Commit bot committed May 21, 2015
1 parent 54b34bd commit 11e1e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flag-definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ DEFINE_BOOL(omit_map_checks_for_leaf_maps, true,

// Flags for TurboFan.
DEFINE_BOOL(turbo, false, "enable TurboFan compiler")
DEFINE_BOOL(turbo_shipping, false, "enable TurboFan compiler on subset")
DEFINE_BOOL(turbo_shipping, true, "enable TurboFan compiler on subset")
DEFINE_BOOL(turbo_greedy_regalloc, false, "use the greedy register allocator")
DEFINE_IMPLICATION(turbo, turbo_asm_deoptimization)
DEFINE_STRING(turbo_filter, "~~", "optimization filter for TurboFan compiler")
Expand Down

0 comments on commit 11e1e20

Please sign in to comment.