[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 08:48:36 PST 2011


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





--- Comment #3 from Oliver Hunt <oliver at apple.com>  2011-11-28 08:48:36 PST ---
(From update of attachment 116698)
It seems like we would want to be able to separate out eval vs. prog vs. function calls -- it makes more sense (to me) that we'd be willing to optimize a bigger function than eval or prog code.  Also how does effect OSR of loops?  eg. does a loop have to b relatively small to benefit?  What happens on things like http://nerget.com/fluidSim and http://nerget.com/compression/ -- these have a few relatively large core loops.

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