[Webkit-unassigned] [Bug 68215] New: DFG JIT does not optimize method_check

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 15 20:08:58 PDT 2011


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

           Summary: DFG JIT does not optimize method_check
           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


The DFG JIT emits a lot of code for method_check even though it has a plethora of profiling information that it could use (both from the meta-data in MethodCallLinkInfo and ValueProfile's) to determine how to optimize method_check down to a small number of instructions.

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