DescriptionFixed flooring division by a power of 2, once again...
Avoid right shifts by zero bits: On ARM it actually means shifting by
32 bits (correctness issue) and on other platforms they are useless
(performance issue). This is fix for the fix in r20544.
BUG=v8:3259
LOG=y
R=yangguo@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=21769
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|