[Webkit-unassigned] [Bug 68118] New: DFG should not speculate that the child of LogicalNot is a boolean if predictions tell us otherwise

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 14 14:16:35 PDT 2011


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

           Summary: DFG should not speculate that the child of LogicalNot
                    is a boolean if predictions tell us otherwise
           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 currently speculates that all LogicalNots always operate over booleans even when they clearly don't.  Value profiling can tell us if the input value is not a boolean, and we should take advantage of this information.

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