Register Allocator query.
Michael Matz
matz@suse.de
Fri Nov 15 14:16:00 GMT 2002
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.
More information about the Gcc
mailing list