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]
Other format: [Raw text]

How can the "call" and "call_value" instructions determine whether they are calling a function that has a variable number of arguments?


Hi,

(Yea, it's been a busy weekend, but I'm gaining...)

How can the "call" and "call_value" instructions determine whether they are
calling
a function that has a variable number of arguments?

I don't want to burden the function prologue/epilogue for functions with
fixed arguments,
so I don't want to use space and time (Yes, I need both) storing the size of
the
actual argument list.

Thanks again,
Mike


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