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: Register Allocator query.


Hi,

On Fri, 15 Nov 2002, [iso-8859-1] Leon Taylor wrote:

> I am doing some jugglery with code and want to
> to do this with an arbitrary pseudo in new reg-
> allocator. Is it possible to do this in a convenient
> way without modifying too much code?

No, the new RA assigns hardregs to every pseudo it can find ;-)  I.e. you
would need to change some code.  Stack pseudos (on HEAD they are
identified by having a reg number >= max_normal_pseudo) sometimes are not
colored.  But in the final rewriting phase they are replaced by stack
slots.  This means, that after the new RA run no pseudos without
assignment are left.


Ciao,
Michael.


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