Order of registers

chris at mimsy.UUCP chris at mimsy.UUCP
Thu Feb 19 14:34:30 AEST 1987


In article <594 at bobkat.UUCP> m5d at bobkat.UUCP (Mike McNally) writes:
>Does this imply that some compilers notice the "register" declaration
[of a formal argument]
>and pass the argument in a register?  Seems to me this only could be
>done for "static" functions.

That is one possibility.  Another is that arguments are always
passed in registers, as on register window architectures.

>Clever code generation tricks makes for great party conversation.

Actually, that depends on the party. . . .
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7690)
UUCP:	seismo!mimsy!chris	ARPA/CSNet:	chris at mimsy.umd.edu



More information about the Comp.lang.c mailing list