RESOLVED FIXED 146613
InlineCallFrames shouldn't be strongly marked by CodeBlock
https://bugs.webkit.org/show_bug.cgi?id=146613
Summary InlineCallFrames shouldn't be strongly marked by CodeBlock
Filip Pizlo
Reported 2015-07-04 12:26:19 PDT
In fact, they shouldn't be marked at all, because everything in them should already end up in the weak reference set in DFG::CommonData, since all of those references are FrozenValues in DFG IR.
Attachments
Patch (5.51 KB, patch)
2015-09-08 17:11 PDT, Geoffrey Garen
saam: review+
Geoffrey Garen
Comment 1 2015-09-08 17:11:49 PDT
Saam Barati
Comment 2 2015-09-08 17:16:01 PDT
Comment on attachment 260815 [details] Patch r=me
Geoffrey Garen
Comment 3 2015-09-08 17:20:18 PDT
Note You need to log in before you can comment on or make changes to this bug.