[Webkit-unassigned] [Bug 87929] New: DFG CSE should be able to eliminate unnecessary flushes of arguments and captured variables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 30 23:44:09 PDT 2012


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

           Summary: DFG CSE should be able to eliminate unnecessary
                    flushes of arguments and captured variables
           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


We currently flush SetLocals to captured variables and arguments to inline functions.  But this is not necessary, if the code between the SetLocal and the Flush is speculated to not be clobbering.

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