[Webkit-unassigned] [Bug 59449] Investigate template bloat in HashTable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 10 07:53:10 PDT 2011


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





--- Comment #4 from Satish Sampath <satish at chromium.org>  2011-05-10 07:53:10 PST ---
I tried some basic techniques including template hoisting, template specialization for pointer types (similar to STLPort's _STLP_USE_PTR_SPECIALIZATIONS), moving common code around etc. but I could only save about a dozen kb at most with these. Given the heavy use of these templates in WebCore, it would be a highly useful project if more people could take a deeper look at reducing the code bloat.

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