Closed
Bug 475675
Opened 16 years ago
Closed 16 years ago
TM: isPromoteInt should consider the result of unboxing an int
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 465313
People
(Reporter: jorendorff, Assigned: gal)
Details
Currently when unbox_jsval sees an int, it emits a call to js_UnboxDouble. That instruction will always flunk isPromoteInt, so if code accesses into an array of integers, we lose.
| Reporter | ||
Updated•16 years ago
|
Assignee: general → gal
| Assignee | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•