Re: Compiling without the use of static registers in IA-64

2007-03-13 Thread Jim Wilson
[EMAIL PROTECTED] wrote: I was wondering if anyone knew how I could modify gcc to not use static general purpose registers on an IA-64 machine? Besides the -ffixed-reg option Vlad mentioned, there is also a documented IA-64 specific option for this. See the docs. No reason why this option n

Re: Compiling without the use of static registers in IA-64

2007-03-13 Thread Vladimir Makarov
[EMAIL PROTECTED] wrote: All- I was wondering if anyone knew how I could modify gcc to not use static general purpose registers on an IA-64 machine? Specifically, I only want the compiler to allocate registers from the register stack engine (RSE) and the system defined registers (e.g., stack po

Compiling without the use of static registers in IA-64

2007-03-13 Thread mcrosier
All- I was wondering if anyone knew how I could modify gcc to not use static general purpose registers on an IA-64 machine? Specifically, I only want the compiler to allocate registers from the register stack engine (RSE) and the system defined registers (e.g., stack pointer, global pointer, etc).