[Webkit-unassigned] [Bug 68227] New: DFG JIT should inline Math.abs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 16 00:03:26 PDT 2011


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

           Summary: DFG JIT should inline Math.abs
           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


Math.abs is a simple function to inline.  We know exactly what it does.  DFG already has the ability to speculate that it is definitely calling a particular function, thanks to CheckMethod.  Implementing this feature will be a great first step for supporting inlining in general, and other sorts of intrinsic functions in particular.

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