Closed
Bug 596295
Opened 14 years ago
Closed 13 years ago
Removing call_trace workaround (added for bug 592352) leaks
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla9
People
(Reporter: bent.mozilla, Assigned: peterv)
References
Details
Attachments
(1 file)
1.43 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
Bug 592352 was noticed when removing a call_trace hack in jsfun.cpp. Now that IndexedDB has been fixed other things are leaking, see bug 592352 comment 22. This bug will be about fixing the remaining leak and hopefully removing the workaround.
Comment 1•14 years ago
|
||
I'm not sure what this bug is, but it looks like it's about removing a workaround. It doesn't sound critical for release. Correct me if I'm wrong.
Comment 2•14 years ago
|
||
Ben, please clarify what this is about. Do we have a leak right now, or do we get a leak if we remove the workaround? Assuming we don't leak right now I'm marking this blocking-, but please renominate if this is a current leak.
Comment 3•13 years ago
|
||
Peter: do you think any of your cycle collector work will obviate the call_trace hack? We were just running into and scratching our heads with incremental GC work.
Assignee | ||
Comment 4•13 years ago
|
||
Yes, I'm pretty sure I can land this soon together with the ClearScope removal.
Comment 5•13 years ago
|
||
\o/
Assignee | ||
Comment 6•13 years ago
|
||
Attachment #556544 -
Flags: review?(luke)
Comment 7•13 years ago
|
||
Comment on attachment 556544 [details] [diff] [review]
v1
Review of attachment 556544 [details] [diff] [review]:
-----------------------------------------------------------------
r++
Attachment #556544 -
Flags: review?(luke) → review+
Comment 8•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla9
You need to log in
before you can comment on or make changes to this bug.
Description
•