Re: [patch 1/14] mm: opt rmqueue

From: Andi Kleen
Date: Sun Nov 06 2005 - 12:37:47 EST


Nick Piggin <nickpiggin@xxxxxxxxxxxx> writes:

> 1/14
>
> --
> SUSE Labs, Novell Inc.
>
> Slightly optimise some page allocation and freeing functions by
> taking advantage of knowing whether or not interrupts are disabled.

Another thing that could optimize that would be to use local_t
for the per zone statistics and the VM statistics (i have an
old patch for the later, needs polishing up for the current
kernel)
With an architecture optimized for it (like i386/x86-64) they
generate much better code.

-Andi
-
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/