[Webkit-unassigned] [Bug 79614] [JSC] Memory allocation failed by fastmalloc even if heap grows successfully

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 12 11:52:43 PDT 2012


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





--- Comment #8 from Geoffrey Garen <ggaren at apple.com>  2012-03-12 11:52:42 PST ---
> I substituted the duplicated with goto sentence. 

"goto" turns this code into a loop that usually executes only once. We've seen in the past that GCC and LLVM generate poor code for loops that execute only once because they assume that loops will execute more than once. I think a recursive call would be better.

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