[Webkit-unassigned] [Bug 141623] New: DFG SSA should use GetLocal for arguments, and the GetArgument node type should be removed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 15 14:33:23 PST 2015


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

            Bug ID: 141623
           Summary: DFG SSA should use GetLocal for arguments, and the
                    GetArgument node type should be removed
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

The GetArgument node type is bizarre: it acts like a GetLocal that also does checks.  We should just use a GetLocal instead and do the checks elsewhere.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150215/2ca52423/attachment-0002.html>


More information about the webkit-unassigned mailing list