This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
maximize register allocation
- From: Giorgio Alfarano <nakkore at libero dot it>
- To: gcc at gnu dot org
- Date: Fri, 13 Sep 2002 12:39:41 -0400
- Subject: 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