Summary: | BuiltinExecutables keeps finalized Weaks around, pinning WeakBlocks. | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Andreas Kling <kling> | ||||
Component: | JavaScriptCore | Assignee: | Andreas Kling <kling> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue, darin, ggaren, kling | ||||
Priority: | P2 | Keywords: | Performance | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Andreas Kling
2015-03-08 13:38:19 PDT
Created attachment 248201 [details]
Patch
Comment on attachment 248201 [details]
Patch
r=me
I'll give you a dollar if you write the patch that says that a WeakBlock with only nulls should not pin down a MarkedBlock.
(In reply to comment #2) > Comment on attachment 248201 [details] > Patch > > r=me > > I'll give you a dollar if you write the patch that says that a WeakBlock > with only nulls should not pin down a MarkedBlock. You're on! Comment on attachment 248201 [details] Patch Clearing flags on attachment: 248201 Committed r181248: <http://trac.webkit.org/changeset/181248> All reviewed patches have been landed. Closing bug. |