VTA merge - cmdline

Mark Mitchell mark@codesourcery.com
Tue Jun 9 14:07:00 GMT 2009


Daniel Jacobowitz wrote:
> On Tue, Jun 09, 2009 at 07:03:17AM -0400, Mark Mitchell wrote:
>> I agree.  Yes, --param was originally about optimization, but I believe
>> that it should be used for magic constants which are not intended to
>> affect the behavior of the generated code, including the speed at which
>> it runs, the space which it consumes, and so forth.
> 
> Does this imply that it should not be used for constants which should
> affect the behavior of the generated code?

No; in particular, it should be used for optimization parameters, which
do of course affect the behavior of the generated code as described above.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713



More information about the Gcc-patches mailing list