Closed
Bug 462144
Opened 17 years ago
Closed 17 years ago
[redux] Compilation and/or run-time errors for threaded code without peephole optimization
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: lhansen, Unassigned)
Details
Attachments
(1 file)
8.03 KB,
patch
|
stejohns
:
review+
|
Details | Diff | Splinter Review |
Compiling for threaded word code without peephole optimization results in compilation errors, then in crashes once the compilation problems have been fixed. The reason is that the threaded-code jump table is out of sync, there need to be entries for all opcodes defined in wopcodes.h, whether they are visible or not in the current build. The enclosed small piece of cleanup makes it easier to maintain this table, and fixes the errors in the process.
Attachment #345278 -
Flags: review?(stejohns)
Updated•17 years ago
|
Attachment #345278 -
Flags: review?(stejohns) → review+
Reporter | ||
Comment 1•17 years ago
|
||
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•