This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Merging identical functions in GCC


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]