[Webkit-unassigned] [Bug 77532] New: DFG should fold double-to-int conversions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 1 01:47:40 PST 2012


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

           Summary: DFG should fold double-to-int conversions
           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


If a double-to-int conversion is using a constant, then don't emit code to convert the constant to an int.  Just convert it in the compiler.

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