Closed
Bug 526011
Opened 16 years ago
Closed 16 years ago
NJ: Remove Fragment::root and Fragment::vmprivate
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dvander, Assigned: dvander)
Details
(Whiteboard: fixed-in-nanojit fixed-in-tracemonkey)
Attachments
(1 file)
|
2.04 KB,
patch
|
gal
:
review+
edwsmith
:
review+
|
Details | Diff | Splinter Review |
Tamarin doesn't use these and TraceMonkey doesn't need to use them either, after bug 524620.
| Assignee | ||
Comment 1•16 years ago
|
||
| Assignee | ||
Comment 2•16 years ago
|
||
Comment on attachment 409792 [details] [diff] [review]
patch
@edwsmith: Making TR compatible with this change is just removing one line of code in CodegenLIR.cpp, I think.
Attachment #409792 -
Flags: review?(edwsmith)
Updated•16 years ago
|
Attachment #409792 -
Flags: review?(gal) → review+
Updated•16 years ago
|
Attachment #409792 -
Flags: review?(edwsmith) → review+
Comment 3•16 years ago
|
||
Comment on attachment 409792 [details] [diff] [review]
patch
yup
| Assignee | ||
Comment 4•16 years ago
|
||
Whiteboard: fixed-in-nanojit
Comment 5•16 years ago
|
||
In the future it'd be good to land pairs like this in dependency order if possible. That is, holding off on this one until tm was ready for it (post bug 524620). As it is, we now can't do an n-c -> tm propagation until bug 524620 lands, because it'll bring this one along, and break the tm build.
Not a huge deal, I figure it'll un-clog later today. Just pointing it out.
| Assignee | ||
Comment 6•16 years ago
|
||
Graydon: Yeah I realized that after I pushed :( feel free to back out if it becomes a problem.
Comment 7•16 years ago
|
||
Whiteboard: fixed-in-nanojit
Comment 8•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 9•16 years ago
|
||
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 10•16 years ago
|
||
http://hg.mozilla.org/projects/nanojit-central/rev/728855b3a0b3
http://hg.mozilla.org/tracemonkey/rev/06e6c525b8b7
Whiteboard: fixed-in-nanojit fixed-in-tracemonkey
| Assignee | ||
Updated•16 years ago
|
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•