Closed
Bug 539042
Opened 15 years ago
Closed 15 years ago
Clean up CodegenLIR's CopyPropagation filter
Categories
(Tamarin Graveyard :: Baseline JIT (CodegenLIR), defect, P4)
Tamarin Graveyard
Baseline JIT (CodegenLIR)
Tracking
(Not tracked)
VERIFIED
FIXED
flash10.1
People
(Reporter: edwsmith, Assigned: edwsmith)
References
Details
Attachments
(1 obsolete file)
It's long-since dead and untested, and intereferes with refactoring work.
Assignee | ||
Updated•15 years ago
|
Summary: remove dead code guarded by DEFER_STORES in jit → Clean up CodegenLIR's CopyPropagation filter
Assignee | ||
Comment 1•15 years ago
|
||
(In reply to comment #0)
> It's long-since dead and untested, and intereferes with refactoring work.
this should read: DEFER_STORES macro is dead; we can just delete it and the code it wraps.
Assignee | ||
Comment 2•15 years ago
|
||
Also removes two other dead functions:
CopyPropagation::trackMerge()
CodegenLIR::emitBlockEnd()
Assignee: nobody → edwsmith
Attachment #421108 -
Flags: review?(rreitmai)
Updated•15 years ago
|
Attachment #421108 -
Flags: review?(rreitmai) → review+
Assignee | ||
Comment 3•15 years ago
|
||
Comment on attachment 421108 [details] [diff] [review]
Removes dead code wrapped by ifdef DEFER_STORES
pushed http://hg.mozilla.org/tamarin-redux/rev/3647185360cb
Attachment #421108 -
Attachment is obsolete: true
Assignee | ||
Updated•15 years ago
|
Priority: -- → P4
Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 4•15 years ago
|
||
Engineering work item - marking as verified fixed.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•