[Webkit-unassigned] [Bug 73187] New: Don't try to optimize huge code blocks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 27 22:33:44 PST 2011


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

           Summary: Don't try to optimize huge code blocks
           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


Huge code blocks are expensive to optimize.  It's probably unwise for a production VM to try to do full optimizations on code blocks that are gigantic, since in the worst case this is probably more expensive than not doing any optimizations.  As well, giant code blocks are much more likely to be initializers of some kind rather than containing hot code.

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