Hi Dan,
Op 16-03-11 20:06, Dan Kegel schreef:
Does that work when compiling with -O3 ? Maybe you need a noinline attribute, http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html#Function-Attribut...
I don't think it will ever be inlined because of the calling convention differences. Doing a dumb -O3 to be sure confirms it.
Cheers, Maarten.