This is the mail archive of the gcc-bugs@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]

[Bug rtl-optimization/34503] Issues with constant/copy propagation implementation in gcse.c



------- Comment #6 from steven at gcc dot gnu dot org  2007-12-17 08:42 -------
I am working on a new implementation of CPROP for GCC 4.4, which tries to solve
the abovementioned issues. The new implementation is also using the DF scan
information instead of compute_sets() and CUIDs.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34503


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