Mail Archives: pgcc/1999/07/14/22:00:04
Vincent Diepeveen writes:
> Good morning,
>
> Reading through the ia-64 technical manual the merced
> seems to have many registers:
The downside of having many registers is of course the need to save a
lot of state when the need to switch context arises.
Out of curiousity, what do people think about viability of
architectures like http://www.cs.cmu.edu/~koopman/stack_computers/
these days?
> 128 general purpose (64 bits)
> 128 floating point (82 bits)
> 64 predicate (1 bit)
> 128 special purpose
>
> 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?
>
> How many clocks for a typical call does pgcc need if we
> have 2 integer parameters for it?
>
> Greetings,
> Vincent
- Raw text -