DescriptionFix inconsistent equality with doubles and large integers on ia32.
For numbers a == b should be the same as b == a. This is done by avoiding
generating 80-bit precision x87 FP code.
x64 and Mac OS already compile using SSE2.
BUG=https://code.google.com/p/dart/issues/detail?id=8829
TEST=tests/language/large_integer_equality_vm_test.dart
R=srdjan@google.com
Committed: https://code.google.com/p/dart/source/detail?r=25914
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|