This is the mail archive of the gcc-patches@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: max-inline-insns (was: [3.4/mainline] Tweak inlining limits)


> On 16-jan-04, at 22:32, Jan Hubicka wrote:
> >in the recent few day I made quite serious testing of the inlining.
> 
> As an aside, I noticed powerpc64-linux glibc does not compile with TOT
> GCC, because the param max-inline-insns is gone.  Would it make sense
> for this parameter to alias to one (or more) of the max-inline-insns-XXX
> parameters, for compatibility (maybe with a warning)?

I am not quite sure what to do here.  The nature of params is to add
them when needed and drop them when no longer needed.
Perhaps we can have database of dropped arguments and output warnings?

Honza
> 
> 
> Segher
> 


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