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: An issue for the SC: horrible documentation quality of GCC


    Because cse.c is too slow.  It cannot be used for code cleanup
    within another pass.  Compilation time being high on everyone's
    minds, I think this is an exceedingly good reason to have two
    passes.

Fair enough, but it would seem that all it has to do is to add a
REG_EQUAL note to accomplish its inter-pass purposes and then let CSE
decide whether the zero or a register is best.


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