Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Aug 1999 17:30:27 -0700 (PDT)
From:      "Brian F. Feldman" <green@FreeBSD.org>
To:        Nick Hibma <hibma@skylink.it>
Cc:        Peter Dufault <dufault@hda.com>, hackers@FreeBSD.ORG
Subject:   Re: from number to power of two
Message-ID:  <Pine.BSF.4.10.9908221728140.124-100000@freefall.freebsd.org>
In-Reply-To: <Pine.BSF.4.10.9908221531560.7595-100000@heidi.plazza.it>

next in thread | previous in thread | raw e-mail | index | archive | help
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    \
 green@FreeBSD.org                   |   indistinguishable from a feature."  |
     FreeBSD: The Power to Serve!    \        -- Rich Kulawiec               /



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9908221728140.124-100000>