• titzer's avatar
    Abort optimization in corner case. · 9da49982
    titzer authored
    The %OptimizeFunctionOnNextCall sledgehammer can cause a function to be
    marked for optimization before it's ever been compiled by fullcode.
    This can lead to the situation where a function doesn't have optimization
    disabled until we try to compile it optimized.
    
    Basically, the assert should just handle this case more gracefully.
    
    R=yangguo@chromium.org
    BUG=436893
    LOG=Y
    
    Review URL: https://codereview.chromium.org/760063002
    
    Cr-Commit-Position: refs/heads/master@{#25528}
    9da49982
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...