This is the mail archive of the gcc@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: [Bug optimization/13629] [tree-ssa][Regression] dominator optimizations can pessimize code


On Friday 16 January 2004 04:57, Daniel Berlin wrote:
> > Long term we may want to handle this with partial dead code elimination
> > since real code often has partial dead code which we would like to be
> > able to move to eliminate it on paths where it's not needed.
>
> Errr, PDCE is O(n^3).

No, only O(N^2) with the new value graph algorithm.  Not that I like
algorithms with quadratic behavior... ;-)


> Or are you referring to partial dead store elimination (Like the IA64
> compiler), which is usually based on some sort of PRE framework.

Dan, would partial dead store elimination help for the test case in the
PR audit log?

Gr.
Steven



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