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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 28 09:02:51 PDT 2011


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


Torne (Richard Coles) <torne at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |torne at chromium.org




--- Comment #1 from Torne (Richard Coles) <torne at chromium.org>  2011-04-28 09:02:51 PST ---
For reference, a build I have contains around 300 instantiations of the HashTable template. Most have a value type which is a std::pair<int, some_type*> or similar.

There's about 575 instantiations of the various lookup* methods, the linker is throwing the extra ones away because they are unused, so the multiple lookup methods is only part of the problem.

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