[Webkit-unassigned] [Bug 85269] New: DFG should be able to compute dominators

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 1 00:35:45 PDT 2012


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

           Summary: DFG should be able to compute dominators
           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


This is starting to be essential because of the need to optimize create_arguments, create_activation, among others. The point is that if these opcodes appear on paths that dominate the exit, then we should hoist them and have them execute unconditionally.

-- 
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