Closed
Bug 693620
Opened 13 years ago
Closed 6 years ago
Document that the _i arithmetic opcodes return Numbers in the signed int32 range.
Categories
(Tamarin Graveyard :: Documentation, defect)
Tamarin Graveyard
Documentation
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: edwsmith, Unassigned)
References
Details
The _i variants of arithmetic opcodes return Number values in the signed int-32 range, aka "int":
add_i
declocal_i
decrement_i
inclocal_i
increment_i
multiply_i
negate_i
subtract_i
None of these overflow or underflow outside the signed int32 range, return fractions, NaN, etc.
Comment 1•6 years ago
|
||
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Comment 2•6 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
•