Re: __attribute__((always_inline)) fiasco

From: Bill Davidsen
Date: Thu Sep 30 2004 - 11:23:36 EST


William Lee Irwin III wrote:
On Thu, Sep 23, 2004 at 12:26:18PM -0400, Albert Cahalan wrote:

#define INLINE static inline // an oxymoron
#define INLINE extern inline // an oxymoron


On Thu, Sep 23, 2004 at 09:50:26AM -0700, William Lee Irwin III wrote:

The // apart from being a C++ ism (screw C99; it's still non-idiomatic)
will cause spurious ignorance of the remainder of the line, which is
often very important. e.g.
static INLINE int lock_need_resched(spinlock_t *lock)
{
...


On Sun, Sep 26, 2004 at 03:29:25AM +0200, Tonnerre wrote:

Mmm, shouldn't the comments be filtered *before* the definition is set
in place? Just wondering...


I've already heard more about this than I ever cared to. I'll continue
to stick to saner subsets of C and refuse to use things such as how the
preprocessor committing incest with the compiler proper (no, I don't
need it explained to me, it's trivial) allows crappy code to be written.
Don't lecture me; there's nothing to explain and I don't want to hear it.

Don't hold back, tell us how you really feel ;-)

And I agree, those tricks shouldn't be used.

--
-bill davidsen (davidsen@xxxxxxx)
"The secret to procrastination is to put things off until the
last possible moment - but no longer" -me
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/