Register Allocator query.

Leon Taylor leon_taylor_007@yahoo.co.in
Fri Nov 15 06:00:00 GMT 2002


Hi,

In old register allocation scheme, we have 
array "reg_allocno" in gcc/global.c
indexed by pseudo regno.

To inhibit register allocator to assign 
hard reg for REG rtx, we can assign -1
in reg_allocno for corresponding regno.
i.e.
reg_allocno[i] = -1; for some pseudo regno 
and it won't be assigned hard reg.

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?

Thanks and Regards,
Leon.

________________________________________________________________________
Missed your favourite TV serial last night? Try the new, Yahoo! TV.
       visit http://in.tv.yahoo.com



More information about the Gcc mailing list