DescriptionX64: Convert HeapNumbers that contain valid smi values to smis in binop-stub.
When the TypeRecordingBinaryOpStub expect smi values as input, they might
sometimes come as HeapNumbers. The transition code will detect the heap numbers
as holding values that are valid smi values, and will not change the expectations.
However, the stub didn't handle HeapNumbers and always tried to transition again.
Committed: http://code.google.com/p/v8/source/detail?r=7560
Patch Set 1 #
Total comments: 5
Patch Set 2 : Addressed review comments. #
Total comments: 6
Messages
Total messages: 5 (0 generated)
|