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: maximize register allocation


On Friday 13 September 2002 09:39, Giorgio Alfarano wrote:
> 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
-frename-registers may be useful on a pipelined machine without hardware 
register renaming.  It may also be buggy.
-- 
Tim Prince


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