Closed
Bug 721245
Opened 13 years ago
Closed 13 years ago
IonMonkey: LTruncateDToInt32 must handle non-Integer Double.
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 705302
People
(Reporter: sstangl, Unassigned)
References
Details
In the case of a non-integer double, LTruncateDToInt32 takes a bailout. Instead, it should pass the double through js_DoubleToECMAInt32() machinery via callWithABI().
This (along with some other issues) causes us to run Ion code effectively never for SS's nsieve-bits.
Depends on fp argument support for callWithABI.
Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•