[net.micro.68k] nargs and more ...

lee@fortune.UUCP (Ed Lee) (01/05/84)

The compiler knows about nargs of the routines (some C compilers put them
in comments ) which are useful for the optimizer.  Unfortunely, the 68k
has no good way of using this information.  The 16k, however, can use
"ret const" to adjust the stack before returning to the calling routine.
This requires the called routine to handle the stack frame instead of the
calling routine.  This is almost the best way to handle it, if not for
the problems of variable args of the standard idiotic C library's print
and scanf.

  c  / 			Ed Lee
 C. /_.  	{amd70, ihnp4, harpo}!fortune!lee