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

Re: [PATCH] Don't waste 176 bytes of stack frame on ppc64-linux for ... functions


>>>>> Jakub Jelinek writes:

Jakub> While looking at this, I have noticed that although only the V4
Jakub> ABI needs varargs area, on ppc64-linux we allocate one even
Jakub> for -m64 needlessly.  That's 176 bytes wasted on the stack
Jakub> for each function with ... in argument list.

Jakub> Ok to commit?

2005-06-27  Jakub Jelinek  <jakub@redhat.com>

	* config/rs6000/sysv4.h (RS6000_VARARGS_AREA): Only return non-zero
	if DEFAULT_ABI == ABI_V4.

Okay.

Thanks, David


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