[Webkit-unassigned] [Bug 36921] Split RenderBlock::layoutInlineChildren into smaller functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 17:47:52 PDT 2010


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





--- Comment #8 from James Robinson <jamesr at chromium.org>  2010-04-01 17:47:52 PST ---
I experimented with adding the 'inline' keyword to each of the called
functions, but gcc still refused to inline any of them at -O3 citing "--param
max-inline-insns-single limit reached" meaning it thought the function body was
too large to consider inlining.  I can add the keyword back if you think it
might help on other platforms.

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