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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 3 07:47:06 PDT 2011


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





--- Comment #3 from Julien Chaffraix <jchaffraix at webkit.org>  2011-05-03 07:47:06 PST ---
Just FYI, this article http://www.lubomir.org/academic/MinimizingCodeBloat.pdf was what prompted me to do some template bloat removal. I could not apply the full technique on HashMap / HashTable as I did not find a smart way of reducing the "templated space". From what Richard mentioned, having a way of to map most of our std::pair<int, some_pointer*> to a common class would likely help.

I also wonder if the hoisting optimization is still relevant as the compilers have gotten smarter and may do it automatically now (I have no proof to back any of these claims though).

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