--param for Increasing Constant Propagation Length

Alex Leone acleone@gmail.com
Sun Jan 3 20:20:00 GMT 2010


I have a long inline function, called with all constant values, that
compiles down to a few instructions.  However, if I slightly increase
the length of the function, constant propagation doesn't work any more
and the compiler generates dead code (the function is still inlined).

Is there a --param that will increase the constant propagation length?

Thanks!
 - Alex



More information about the Gcc-help mailing list