[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4652B90F.2090004@cs.helsinki.fi>
Date: Tue, 22 May 2007 12:34:07 +0300
From: Pekka Enberg <penberg@...helsinki.fi>
To: Nitin Gupta <nitingupta910@...il.com>
CC: linux-kernel@...r.kernel.org,
Richard Purdie <richard@...nedhand.com>
Subject: Re: [RFC] LZO1X de/compression support
Nitin Gupta wrote:
> Ok. I will make them inline functions now.
Btw, the only reason why any sane compiler would not inline
them is because it has reason to believe the end-result will
be more efficient. AFAIK you only need to use
__always_inline where it matters for correctness (like, for
example, in mm/slab.c) with GCC 4.0 and up.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists