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]

Re: One more global.c speedup


In article <11143.942372278@upchuck> you wrote:

: Thus, it is not necessary to mark conflicts between two pseudos just because
: they are live at the same time -- only need to mark the conflict when one is
: live at the point where the other becomes live.  This allows the compiler to
: be more efficient when it builds the conflict matrix.

I think you can make the same argument for hard register - pseudo conflicts.
So record_conflicts can go altogether once the combine_reloads /
find_dummy_reload issues are resolved.


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