Re: unwanted -Winline option in compiler invocation



On Tue, 15 Jul 2003, Krzysztof Foltman wrote:
Pretty please, remove the -Winline flag from compiler
invocation... All it does is producing redundant warning messages
which only obscure the relevant ones. Does it actually hurt (in Dia
context) that the function doesn't get inlined ? I'm 99% sure it
doesn't.

I'll take a look at which functions we're talking about.  Simple ones like
point_sub should be inlined, and it may cause some slowdown if they're not.

On the other hand, POITROAE.  We should take it out to make serious
(i.e. potentially bugrelated) warnings show up, and then if somebody feels
it's too slow, we can add it temporarily until we find out which ones
should be inlined.

-Lars

-- 
Lars Clausen (http://shasta.cs.uiuc.edu/~lrclause)| HÃrdgrim of Numenor
"I do not agree with a word that you say, but I   |----------------------------
will defend to the death your right to say it."   | Where are we going, and
    --Evelyn Beatrice Hall paraphrasing Voltaire  | what's with the handbasket?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]