Bug 78954 - DFG::Graph should have references to JSGlobalData, the CodeBlock being compiled, and the CodeBlock that was used for profiling
Summary: DFG::Graph should have references to JSGlobalData, the CodeBlock being compil...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-17 21:41 PST by Filip Pizlo
Modified: 2012-02-18 00:03 PST (History)
0 users

See Also:


Attachments
the patch (39.46 KB, patch)
2012-02-17 21:44 PST, Filip Pizlo
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 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.
Comment 1 Filip Pizlo 2012-02-17 21:44:32 PST
Created attachment 127693 [details]
the patch
Comment 2 Filip Pizlo 2012-02-18 00:03:30 PST
Landed in http://trac.webkit.org/changeset/108154