DescriptionFix bugs in the range analysis for integers.
The overflow conditions were not correctly detected for
certain add, sub and mul instructions.
I replaced the previous code by using 64-bit arithmetic
to correctly identify overflows for *, + and -.
Committed: http://code.google.com/p/v8/source/detail?r=6055
Patch Set 1 #Patch Set 2 : cleanup #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|