Re: [PATCH 11/20] Inline get_page_from_freelist() in the fast-path

From: Pekka Enberg
Date: Mon Feb 23 2009 - 02:21:22 EST


On Mon, Feb 23, 2009 at 1:17 AM, Mel Gorman <mel@xxxxxxxxx> wrote:
> In the best-case scenario, use an inlined version of
> get_page_from_freelist(). This increases the size of the text but avoids
> time spent pushing arguments onto the stack.
>
> Signed-off-by: Mel Gorman <mel@xxxxxxxxx>

It's not obvious to me why this would be a huge win so I suppose this
patch description could use numbers. Note: we used to do tricks like
these in slab.c but got rid of most of them to reduce kernel text size
which is probably why the patch seems bit backwards to 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/