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]

Re: Rerunning CSE after GCSE


    However, consider that cse.c has more code to handle costing, more
    simplifications, etc than gcse.c  Also consider that gcse.c doesn't work
    at all on hard regs -- it seems them and gives up.

That may not matter.  If gcse moves one expression into a basic block and
CSE does the rest, it may be enough.  It would be good if somebody could
measure if -fcse-skip-blocks and -fcse-follow-jumps really do anything.


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