DescriptionOptimizes check for Smi range in the code generator.
The check whether a 32-bit signed integer is in the Smi
range is now Sign bit( value + 0x40000000 ) == 0,
done with a single cmp instruction.
Committed: http://code.google.com/p/v8/source/detail?r=1134
Patch Set 1 #Patch Set 2 : '' #Messages
Total messages: 2 (0 generated)
|