Description[turbofan] Fix turbofan-enabling conditions.
This restricts turbofan to turbofan-supported subset for the shipping
configuration ("use asm" and features unsupported by Crankshaft).
Without this, we compile with Turbofan even when there is
try-catch-finally as long as the function is "use asm" or
it contains a feature unsupported by crankshaft but supported
by turbofan (e.g., 'with' statement).
BUG=
Committed: https://crrev.com/964964541d1e8d1d396979f20c1e57cf49316606
Cr-Commit-Position: refs/heads/master@{#33085}
Patch Set 1 #Patch Set 2 : Adjust test expectations. #
Messages
Total messages: 10 (5 generated)
|