[Webkit-unassigned] [Bug 86580] New: DFG should have sparse conditional constant propagation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 16 00:04:21 PDT 2012


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

           Summary: DFG should have sparse conditional constant
                    propagation
           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


Without it, we won't be able to make this loop evaporate, because the CFA will execute the "i++" basic block and pollute i.

for (var i = 0; i < 1; ++i) doThings(i);

Patch forthcoming, though I foresee this generating some bugs, so though the patch is simple it'll probably take a while to fully bake.

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