[Webkit-unassigned] [Bug 118560] New: DFG should support intrinsic for Math.pow().

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 11 05:11:40 PDT 2013


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

           Summary: DFG should support intrinsic for Math.pow().
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vladislav.ivanishin at gmail.com


DFG intrinsic as opposed to old JIT intrinsic can use speculative information about types. Also it allows to process constants at compile time.
Concrete assembler for ARMv7 is used for better performance (MacroAssembler and calls to C functions for other architectures).

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