Bug 146613

Summary: InlineCallFrames shouldn't be strongly marked by CodeBlock
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, ggaren
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch saam: review+

Description Filip Pizlo 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.
Comment 1 Geoffrey Garen 2015-09-08 17:11:49 PDT
Created attachment 260815 [details]
Patch
Comment 2 Saam Barati 2015-09-08 17:16:01 PDT
Comment on attachment 260815 [details]
Patch

r=me
Comment 3 Geoffrey Garen 2015-09-08 17:20:18 PDT
Committed r189518: <http://trac.webkit.org/changeset/189518>