Closed
Bug 444597
Opened 17 years ago
Closed 16 years ago
make nanojit/Assembler be short-lived pipeline participant
Categories
(Tamarin Graveyard :: Tracing Virtual Machine, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: edwsmith, Unassigned)
Details
move the long-lived fields and facilities to Fragmento, or a dedicated utility class:
* error() and _err should become pipeline events or move to Fragmento
* Fragmento should not hold an Assembler instance.
* outline[] and output related code should move to a utility
* _functions can be gotten from the lirbuf being compiled
* _nativePages and _nativeExitPages should live in Fragmento since they live across separate compiles
| Reporter | ||
Comment 1•16 years ago
|
||
this is basically done in tamarin-redux
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•