From: Robert Love <rml@tech9.net>
To: root@chaos.analogic.com
Cc: Alex Bennee <alex@braddahead.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Why do some net drivers require __OPTIMIZE__?
Date: 06 Jan 2003 10:45:48 -0500 [thread overview]
Message-ID: <1041867947.730.8.camel@phantasy> (raw)
In-Reply-To: <Pine.LNX.3.95.1030106095704.1580A-100000@chaos.analogic.com>
On Mon, 2003-01-06 at 10:04, Richard B. Johnson wrote:
> You need to optimize in order enable inline code generation. It is
> essential to use in-line code in many places because, if the compiler
> actually calls these functions they would have to be protected
> from reentry.
I do not think this is correct.
Concurrency concerns would not change wrt calling the function vs.
inlining it.
More likely some code, i.e. asm, just assumes inlining is taking place.
Robert Love
next prev parent reply other threads:[~2003-01-06 15:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-06 14:33 Why do some net drivers require __OPTIMIZE__? Alex Bennee
2003-01-06 15:04 ` Richard B. Johnson
2003-01-06 15:45 ` Robert Love [this message]
2003-01-06 15:56 ` Richard B. Johnson
2003-01-06 17:48 ` Robert Love
2003-01-06 15:36 ` Alan Cox
2003-01-07 14:33 ` Alex Bennee
2003-01-07 21:58 ` Daniel Jacobowitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1041867947.730.8.camel@phantasy \
--to=rml@tech9.net \
--cc=alex@braddahead.com \
--cc=linux-kernel@vger.kernel.org \
--cc=root@chaos.analogic.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox