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]

maximize register allocation


Hi,
i would like to know how to maximize the number of registers used to compile a c function.
i.e. if i have a bank of 200 registers i'd like that gcc use the maximum number of register (without using unuseful reg move) to code that function
no matter how many pushes are made in the stack.
if anyone has some idea or suggestion please let me know.
Thankx in advance

Giorgio



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