Path: utzoo!attcan!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.lang.c Subject: Re: passing variable numbers of arguments Message-ID: <832@auspex.UUCP> Date: 11 Jan 89 19:05:19 GMT References: <899@thor.stolaf.edu> <15341@mimsy.UUCP> <449@marob.MASA.COM> <8708@alice.UUCP> <821@auspex.UUCP> <2050@scolex> Reply-To: guy@auspex.UUCP (Guy Harris) Distribution: na Organization: Auspex Systems, Santa Clara Lines: 7 >It doesn't slow the call down, since it's always there. However, it could >be argued that the call could have been made faster by not wasting microcode >space... Or by not wasting memory and CPU cycles fetching the count from the instruction stream and stuffing it onto the stack.