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)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: lhansen, Unassigned)

Details

Attachments

(1 file)

Attached patch PatchSplinter 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)
Attachment #345278 - Flags: review?(stejohns) → review+
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: