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: Experimenting with tree inliner parameter settings


> So the question is: What do these numbers do for your code,
> both in terms of compile time and in runtime performance?
> Richard, Dave, Gerald, can you please test the settings
> below on your favorite code and on the test case for
> PR 10160 and PR 8361 (and maybe PR 10316)?
>
> max-inline-insns-single=230
> max-inline-insns-auto=230
> max-inline-insns=500
> min-inline-insns=80
> max-inline-slope=20

Here are the results for PR 10160 on Sparc:

                               peak    time
GCC 3.2.3                   63MB   1min38s
GCC 3.3pre                 92MB   2min48s

-- 
Eric Botcazou


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