Closed
Bug 545684
Opened 16 years ago
Closed 15 years ago
The VM should not use opcode values in the range 0-255 for internal only operations
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
VERIFIED
WONTFIX
Future
People
(Reporter: chrisb, Unassigned)
Details
In the ABC file format there are only 256 possible opcodes. Currently the VM uses unused op code values for internal only operations. The VM should use op code values greater than 255 for these internal operations to ensure they never conflict with opcodes added to the abc file format in the future.
This bug is the result of a discussion between chrisb and stejohns.
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•