DescriptionMIPS: Optimise Math.floor(x/y) to use integer division for MIPS.
Use div instruction if some divisors do not have magic number.
Based on commit r11427 (318a9598).
This commit also ports commit r15161 (554d45c1).
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=15181
Patch Set 1 #
Total comments: 4
Patch Set 2 : Rebased on r15174. #Patch Set 3 : Address comments & fix test failure: math-floor-of-div #
Total comments: 2
Patch Set 4 : Generic MathFloorOfDiv. #
Messages
Total messages: 12 (0 generated)
|