[Webkit-unassigned] [Bug 80615] CopiedSpace::tryAllocateOversize assumes system page size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 15 14:30:31 PDT 2012


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





--- Comment #15 from Geoffrey Garen <ggaren at apple.com>  2012-03-15 14:30:30 PST ---
> This function should not be hot and even if it was, we'd have already lost.

Agreed -- as of now. As such, I'll say "r+".

If we aim to use these functions throughout the system, in place of constants, we'll eventually run into some hot code paths, and we'll need to revisit the inlining question. I'm not convinced that there's any fundamental barrier to inlining here, but I am convinced that we can cross that bridge when we come to it.

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