[Webkit-unassigned] [Bug 71861] New: Basic DFG definitions should be moved out of DFGNode.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 8 15:01:44 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=71861

           Summary: Basic DFG definitions should be moved out of DFGNode.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fpizlo at apple.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list