RESOLVED FIXED 71861
Basic DFG definitions should be moved out of DFGNode.h
https://bugs.webkit.org/show_bug.cgi?id=71861
Summary Basic DFG definitions should be moved out of DFGNode.h
Filip Pizlo
Reported 2011-11-08 15:01:44 PST
DFGNode.h nominally contains the Node class and things directly related to it. But right now it also happens to contain a bunch of #define's relating to the DFG's configuration, as well as some common types that the DFG uses everywhere (like BlockIndex and NodeIndex). These should be moved into a separate file, so that it is possible to refer to those types without having to pull in the definition of Node.
Attachments
the patch (10.32 KB, patch)
2011-11-08 15:04 PST, Filip Pizlo
no flags
Filip Pizlo
Comment 1 2011-11-08 15:04:32 PST
Created attachment 114161 [details] the patch Checking to see if this makes bots happy.
Filip Pizlo
Comment 2 2011-11-08 16:12:55 PST
Note You need to log in before you can comment on or make changes to this bug.