This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-1.1 status
Jeffrey A Law writes:
> Yup pretty much rewriting reload. It also bleeds into other optimization
> passes like combine, jump, etc.
I gather these other passes just use SMALL_REGISTER_CLASSSES to ensure
that explicitly mentioned hard registers only have a short lifetime?
Unfortunately, I think SMALL_REGISTER_CLASSES gets sometimes used to
denote that there are only few registers available which is not the
case in general.