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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 28 11:14:35 PST 2011


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


Geoffrey Garen <ggaren at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ggaren at apple.com




--- Comment #5 from Geoffrey Garen <ggaren at apple.com>  2011-11-28 11:14:35 PST ---
To reduce the risk of missing an optimization opportunity in a huge code block, perhaps the huge code block heuristic could be a multiplier instead of an absolute number. E.g.:

size_t iterationsUntilOptimizingCompile = N;
size_t iterationsUntilOptimizingCompileInHugeCodeBlock = N * M;

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