Chromium Code Reviews
Description[strong] Fix weird work-around for magic truncating int conversions.
Bitwise operations in strong mode must not magically truncate
oddballs to integers, but must throw in this case. This basically
disable the whole truncate-to-int32 optimization for strong mode
bitwise operations, but is still better than having to do oddball
checks for every strong bitwise operation (which esp. includes the
BinaryOpIC stubs for that).
R=rossberg@chromium.org
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|
||||||||||||||||||||||||||||