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: HORRIBLE inliner defaillance


Benjamin Kosnik wrote:

See:
http://gcc.gnu.org/ml/libstdc++/2003-02/msg00302.html
(This is what should be linked in the TODO, sorry)

For the record, I have now actually tried changing the
signature as suggested by Richard.

For a plain function it works, for a template function it works,
for a deep template hierarchy as std::copy -> __copy_trivial
does not, unfortunately :(

I have of course tried playing with the inlining parameters,
without success, probably the problem it's not just size...

... will return to that in a few days.

Paolo.


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