public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* --param for Increasing Constant Propagation Length
@ 2010-01-03 20:20 Alex Leone
  0 siblings, 0 replies; only message in thread
From: Alex Leone @ 2010-01-03 20:20 UTC (permalink / raw)
  To: gcc-help

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-03 20:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-03 20:20 --param for Increasing Constant Propagation Length Alex Leone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).