[Python-checkins] r46438 - in python/trunk: Include/pyport.h Python/ceval.c

"Martin v. Löwis" martin at v.loewis.de
Sun May 28 19:12:06 CEST 2006


Bob Ippolito wrote:
> function-by-function..
> 
> noinline
>    This function attribute prevents a function from being considered  
> for inlining.
> 
> http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html

This doesn't affect the calling convention, though - even if
the function is noinline, it still may auto-regparm.

Regards,
Martin


More information about the Python-checkins mailing list