[Webkit-unassigned] [Bug 68318] New: DFG JIT should inline Math.min, Math.max, and Math.sqrt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 17 17:19:14 PDT 2011


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

           Summary: DFG JIT should inline Math.min, Math.max, and
                    Math.sqrt
           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 Math.min, Math.max, and Math.sqrt functions are all trivial to inline as they do not require calls to C helpers.  DFG JIT should inline them.

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