DescriptionAbort optimization in corner case.
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
Patch Set 1 #Patch Set 2 : Add testcase. #Patch Set 3 : #
Messages
Total messages: 5 (1 generated)
|