Re: [idea] request_module(const char *fmt, ...);

Jamie Lokier (lkd@tantalophile.demon.co.uk)
Fri, 14 Jan 2000 13:28:33 +0100


Olivier Galibert wrote:
> On Thu, Jan 13, 2000 at 03:59:37PM +0100, Jamie Lokier wrote:
> > btw, I think static inline varargs functions are not inlined by GCC, so
> > you can't use that to optimise away the calls.
>
> inline function handling has changed a lot recently in gcc. Old
> knowledge probably won't apply anymore with the next release.

It hasn't changed much in the C compiler yet.
Mark Mitchell's changes only do tree inlining for C++.

Cygnus will do the C compiler, but in their own good time. Maybe not by
the next release.

-- Jamie

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/