Closed
Bug 882893
Opened 10 years ago
Closed 10 years ago
Move observer notifications out of the cycle collector and into the JS runtime
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: khuey, Assigned: khuey)
References
Details
Attachments
(1 file)
5.41 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
This way these can be made main thread only, and we can use the cycle collector without these notifications on worker threads. This applies on top of the patches from Bug 882162.
Attachment #762284 -
Flags: review?(bugs)
Comment 1•10 years ago
|
||
Comment on attachment 762284 [details] [diff] [review] Patch Could you call it PrepareForForgetSkippable()
Attachment #762284 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 2•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/d0cb28e29a0e
Comment 3•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d0cb28e29a0e
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•