Re: [PATCH] General purpose zeroed page slab
From: Adam Heath (doogie_at_debian.org)
Date: 10/15/04
- Previous message: Marcelo Tosatti: "Re: per-process shared information"
- In reply to: Andi Kleen: "Re: [PATCH] General purpose zeroed page slab"
- Next in thread: Andi Kleen: "Re: [PATCH] General purpose zeroed page slab"
- Reply: Andi Kleen: "Re: [PATCH] General purpose zeroed page slab"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 14 Oct 2004 18:36:47 -0500 (CDT) To: Andi Kleen <ak@suse.de>
On Thu, 14 Oct 2004, Andi Kleen wrote:
> Also that's pretty dumb. How about keeping track how much of the
> page got non zeroed (e.g. by using a few free words in struct page
> for a coarse grained dirty bitmap)
>
> Then you could memset on free only the parts that got actually
> changed, and never waste cache lines for anything else.
That will fail when a struct is placed in the page, and only the beginning and
end of the struct was changed.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Marcelo Tosatti: "Re: per-process shared information"
- In reply to: Andi Kleen: "Re: [PATCH] General purpose zeroed page slab"
- Next in thread: Andi Kleen: "Re: [PATCH] General purpose zeroed page slab"
- Reply: Andi Kleen: "Re: [PATCH] General purpose zeroed page slab"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|