Closed
Bug 499400
Opened 16 years ago
Closed 16 years ago
TM: remove 'parent' from LabelMap
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
5.40 KB,
patch
|
gal
:
review+
|
Details | Diff | Splinter Review |
The 'parent' field in class LabelMap is always NULL. It should be removed. This allows some dead code to be removed, including LabelMap::promoteAll().
Updated•16 years ago
|
Hardware: x86 → All
Assignee | ||
Comment 1•16 years ago
|
||
Attachment #384359 -
Flags: review?(gal)
Comment 2•16 years ago
|
||
Comment on attachment 384359 [details] [diff] [review]
patch
r=me assuming Ed doesn't any use for it in mind that we are not aware of. Ed?
Attachment #384359 -
Flags: review?(gal) → review+
Comment 3•16 years ago
|
||
at one point we used this in TT to have a labelMap per lir buffer, and one vm-wide one. we don't do this in TC/TR so fine to delete.
Assignee | ||
Comment 4•16 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 5•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•