Bug 78954

Summary: DFG::Graph should have references to JSGlobalData, the CodeBlock being compiled, and the CodeBlock that was used for profiling
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch barraclough: review+

Filip Pizlo
Reported 2012-02-17 21:41:32 PST
This would eliminate a bunch of places where we're doing multiple indirections to pass around JSGlobalData and two CodeBlocks just because having a reference to a Graph isn't enough.
Attachments
the patch (39.46 KB, patch)
2012-02-17 21:44 PST, Filip Pizlo
barraclough: review+
Filip Pizlo
Comment 1 2012-02-17 21:44:32 PST
Created attachment 127693 [details] the patch
Filip Pizlo
Comment 2 2012-02-18 00:03:30 PST
Note You need to log in before you can comment on or make changes to this bug.