Chromium Code Reviews
DescriptionCode gen improvements for multiply and logical shift.
Code generation for multiply-by-constant-smi:
For positive constant values the negative-zero check is eliminated.
For negative constant values the negative-zero check is simpified.
Special cases for constants -1, 0, and 1.
Improve UnarySubStub for Smi case to use the jo/jz trick.
Improved code sequence for x >>> k. For k = 0/1/n the old inline
code was 8/8/6 instructions, is now 2/4/5 instructions.
Patch Set 1 #Patch Set 2 : '' #Patch Set 3 : '' #Patch Set 4 : '' #Messages
Total messages: 2 (0 generated)
|