This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: patch for problem with va-ppc.h included with egcs and gcc-2.95.2



Jason Kim <jwk2@EECS.Lehigh.EDU> writes:

> Is there a technical reason for keeping va_list as an array of 1 element? 
> (instead of just a single element??)

It saves a structure copy on each procedure call taking a va_list.

-- 
- Geoffrey Keating <geoffk@cygnus.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]