Closed
Bug 730468
Opened 14 years ago
Closed 7 years ago
Improve integer atom representation on 64-bit platforms
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: wmaddox, Unassigned)
Details
On 64-bit platforms, AvmCore::doubleToAtom() may roll over to a kDoubleType representation for integers too large for 32 bits even though 54 bits are available. See https://bugzilla.mozilla.org/show_bug.cgi?id=601426#c5 and
subsequent comments.
Opening a new bug to separate this issue from the original concern of bug 601426.
Comment 1•7 years ago
|
||
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Comment 2•7 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in
before you can comment on or make changes to this bug.
Description
•