DescriptionImprove the assembly code for power function with integer exponential on x64
The change removes one unused multiply and reschedules
the shift, multiply and jump instructions to reduce
stall. Experiment shows it improve about 20% performance
on x64 for exponetials from about 100 to 2000.
Committed: https://code.google.com/p/v8/source/detail?r=12535
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|