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: [patch] Disable tree-ssa DSE for now


On Tue, 2005-01-18 at 22:09 -0500, Daniel Berlin wrote:

> The algorithm DSE is using could probably be replaced with a modified 
> version of GVN-PRE (we need a kill set, but we need this for load PRE 
> anyway), on the reverse flowgraph.
Yes.  DSE is basically traditional redundancy elimination run on the
reverse flowgraph.  The stuff we do now is relatively weak compared
to what could be down with GVN.

jeff



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