Mail Archives: pgcc/1999/07/15/08:51:10
Hi!
[IA64]
> One of the reasons they give why it has so many
> registers, they mention that they want to prevent
> that calling a function gives a lot of overhead.
>
> What is currently the overhad of a function call at the
> PII, that this needs heavy optimization?
You have to store all variable you want to give to the called function
somewhere. The more variables and the less registers you have, the more
you have to save on the stack or somewhere in the memory. quite ugly.
With the 128 registers this should not be needed very often...
> Greetings,
> Vincent
cu
Jens-Uwe
- Raw text -