DescriptionImprove integer division on IA32 and X64
If the divisor is a Power-of-2 constant, we could use shifts instead of the
expensive idiv instructions, which also loose the register constraints.
Committed: https://code.google.com/p/v8/source/detail?r=13178
Patch Set 1 #
Total comments: 2
Messages
Total messages: 4 (0 generated)
|