[Webkit-unassigned] [Bug 69560] New: DFG::shouldSpeculate methods are too complicated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 6 13:49:29 PDT 2011


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

           Summary: DFG::shouldSpeculate methods are too complicated
           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::shouldSpeculateXYZ methods have some hold-overs from the static speculation days, as well as some hold-overs from when nodes did not remember their predictions after propagation.  They should now be simplified to just use the node's prediction, instead of also querying if it's a constant, what its generation info is, etc.

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