This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [4.0] Doc patch for -ftree-fre



I guess, if it has no effect in 4.0, we should remove it completely
from 4.0.

Agreed.


And if
there is no chance in enabling FRE in 4.0 we should remove FRE from 4.0?

PRE and FRE are basically implemented like


  do data flow analysis for PRE/FRE
  if (!do_fre)
    turn partially redundant expressions into fully redundant
  eliminate fully redundant expressions

So it is not a big deal to have a dead if :-)

Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]