Merging identical functions in GCC

Daniel Berlin dberlin@dberlin.org
Fri Sep 15 21:02:00 GMT 2006


> It seems to me that most candidates for merging that could be
> eliminated by this approach are of the form

>
> std::container<PodT>::some_method(...)

Actually, even for non-POD types, it catches a lot of templatized
member functions that mainly depend on size (but they are still
container classes).



More information about the Gcc mailing list