DescriptionOptimize bitops with non-Smi inputs. Instead of converting both inputs
to floating point and then converting back we convert directly to a
32 bit integer. In addition the bit twiddling implementation of float-
to-integer conversion has been ported from ARM. Testing has shown that
this runs faster than the x87 or SSE3 rounding instructions. This change
is IA32 only. There may be a smaller benefit from doing the same on x64.
Committed: http://code.google.com/p/v8/source/detail?r=3492
Patch Set 1 #
Total comments: 16
Messages
Total messages: 5 (0 generated)
|