This is the mail archive of the gcc@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: va_list vs. __builtin_va_list


>>>>> "Robert" == Robert Lipe <robertl@sco.com> writes:

    Robert> Should I push this toward the all GCC approach (i.e. do
    Robert> whatever it takes to get va_list #defined to be
    Robert> __gnu_va_list or __builtint_va_list) or should I push it
    Robert> toward an all native definition?

RTH is probably the master expert on this, but I think you'd be better
off pushsing this towards the all-GCC approach.  Down the road, there
may be various optimizations/tricks the compiler can use based on
knowing that va-listing is going on.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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