RESOLVED FIXED 142460
BuiltinExecutables keeps finalized Weaks around, pinning WeakBlocks.
https://bugs.webkit.org/show_bug.cgi?id=142460
Summary BuiltinExecutables keeps finalized Weaks around, pinning WeakBlocks.
Andreas Kling
Reported 2015-03-08 13:38:19 PDT
I'm seeing a bunch of WeakBlocks that are only kept alive by the UnlinkedFunctionExecutable Weak pointers in VM::builtinExecutables().
Attachments
Patch (3.32 KB, patch)
2015-03-08 13:42 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2015-03-08 13:42:20 PDT
Geoffrey Garen
Comment 2 2015-03-08 15:46:31 PDT
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.
Andreas Kling
Comment 3 2015-03-08 16:40:48 PDT
(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!
WebKit Commit Bot
Comment 4 2015-03-08 16:47:52 PDT
Comment on attachment 248201 [details] Patch Clearing flags on attachment: 248201 Committed r181248: <http://trac.webkit.org/changeset/181248>
WebKit Commit Bot
Comment 5 2015-03-08 16:47:56 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.