RESOLVED FIXED 78954
DFG::Graph should have references to JSGlobalData, the CodeBlock being compiled, and the CodeBlock that was used for profiling
https://bugs.webkit.org/show_bug.cgi?id=78954
Summary DFG::Graph should have references to JSGlobalData, the CodeBlock being compil...
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.