On Sun, 22 Aug 1999, Nick Hibma wrote:
>
> Unfortunately the kernel is compiled with -O which does not include
> inlining (dunno about explicit inlining, but don't think so).
>
> Nick
-O lets you do explicit inlining, and -O2 enables -finline-functions.
Anyway, I think the simple solution to the problem for this case
is a switch, since GCC creates optimizations nicely with those :)
--
Brian Fundakowski Feldman / "Any sufficiently advanced bug is \
[EMAIL PROTECTED] | indistinguishable from a feature." |
FreeBSD: The Power to Serve! \ -- Rich Kulawiec /
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
- RE: from number to power of two Don Read
- Re: from number to power of two Warner Losh
- Re: from number to power of two John-Mark Gurney
- Re: from number to power of two Mark Murray
- Re: from number to power of two John-Mark Gurney
- Re: from number to power of two Daniel C. Sobral
- Re: from number to power of two Kazufumi-MIT-Mitani
- Re: from number to power of two Nick Hibma
- Re: from number to power of two Peter Dufault
- Re: from number to power of two Nick Hibma
- Re: from number to power of two Brian F. Feldman
- Re: from number to power of two Ollivier Robert
- Re: from number to power of two Peter Wemm
- Re: from number to power of two Tommy Hallgren
- Re: from number to power of two Bakul Shah

