Variable sized i386 string operations

Kaveh R. Ghazi ghazi@caip.rutgers.edu
Thu Jan 27 14:30:00 GMT 2000


 > From: Richard Henderson <rth@cygnus.com>
 > 
 > On Thu, Jan 27, 2000 at 03:20:56PM -0500, Kaveh R. Ghazi wrote:
 > > Isn't this what we use -Os for?  Why not use that to control whether
 > > we do the code size increasing expansion?
 >  
 > No, -Os is used for *minimal* code size.  Jan is already
 > taking care of that.  The question here one of somewhat
 > severe code expansion.
 > r~


Yes, -Os means "aim for minimal code size".  We also use the
"optimize_size" flag when deciding whether to do space-vs-speed
tradeoff optimizations which potentially bloat the code, right?

So, isn't that precisely Jan's issue?

		--Kaveh
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions


More information about the Gcc-patches mailing list