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: What to do with new-ra for GCC 4.0


    But you can try to first do register class assignment, and then do
    register allocation within each class.

That's essentially what *is* done, except that there isn't a strict
*assignment* of a class to a psuedo, but rather preferred and discouraged
classes are set up for each pseudo and then allocation is done with that
class information as a guide.


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