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]

Re: [PATCH] Change default max-inline-insns to 100


On Friday 20 July 2001 20:00, Daniel Berlin wrote:
> 2001-07-20  Daniel Berlin  <dan@cgsoftware.com>
>
> 	* params.def: Change default max inline insns to 100.

Note that this causes a warning flood when compiling glibc, as there 'inline' 
is used  on a lot of large C functions to structure the code (and we 
recommend people to do that instead of macros :-) )
Is there a way to relax the test  on user-specified  ''inline' in C?

Franz.


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