Closed
Bug 479830
Opened 16 years ago
Closed 16 years ago
move CodegenLIR.* from codegen into core, nuke codegen directory
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: edwsmith, Unassigned)
References
Details
Attachments
(1 file)
390.11 KB,
patch
|
rreitmai
:
review+
|
Details | Diff | Splinter Review |
what the subject says, the codegen folder is all-but-empty, better to manage CodegenLIR in core since it's tightly coupled to the VM.
note: the actual file mov will be done with hg mv, so the history is preserved and merge pain is minimized.
Attachment #363734 -
Flags: review?(rreitmai)
Comment 1•16 years ago
|
||
Comment on attachment 363734 [details] [diff] [review]
move CodegenLIR.* from codegen to core, update project files
ok to me, but we could leave it here and place the other generators here (e.g. abc->c++ , lir->c++, ...
But no biggy either way.
Attachment #363734 -
Flags: review?(rreitmai) → review+
Reporter | ||
Comment 2•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 3•15 years ago
|
||
Resolved fixed engineering / work item that has been pushed. Setting status to verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•