[Webkit-unassigned] [Bug 112303] [meta] Reduce startup mallocs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 13 20:33:04 PDT 2013


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





--- Comment #1 from Benjamin Poulain <benjamin at webkit.org>  2013-03-13 20:35:29 PST ---
I worked on this a couple of month ago. WebCore::createQualifiedName() is already an optimized version for startup time.

There is one more crazy thing we can do about it: instead of allocating all the StringImpl one by one, we could allocated one buffer and build the StringImpl in there.

The other mallocs are new to me.

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