[Webkit-unassigned] [Bug 80055] New: JIT heuristics should be hyperbolic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 1 15:15:04 PST 2012


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

           Summary: JIT heuristics should be hyperbolic
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fpizlo at apple.com


The less memory we have, the more we should wait to tier up.  This should further reduce the likelihood that we'll ever run out of executable memory, while also ensuring that when running an app that has a ton of code, we end up optimizing the things that are really the most important.

<rdar://problem/10922260>

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