DescriptionFix deoptimization from %_MathPow. Do not prepare the stack for a C
call and then bailout without performing the call.
In order to not duplicate code, convert both heap number and smi to a
double in an xmm register if possible. Then setup the stack and call
the C function.
BUG=http://code.google.com/p/v8/issues/detail?id=986
Committed: http://code.google.com/p/v8/source/detail?r=6032
Patch Set 1 #Patch Set 2 : '' #
Total comments: 2
Messages
Total messages: 3 (0 generated)
|