[Devel] Re: [PATCH 14/38] Remove struct mm_struct::exe_file et al

Linus Torvalds torvalds at linux-foundation.org
Sun May 31 16:15:50 PDT 2009



On Sun, 31 May 2009, Andrew Morton wrote:
> 
> What I always find a bit weird is that an MM container is used as the
> central point for a number of sched obects.  But it's logical, given
> that the never-before-stated definition of a heavyweight process is
> "thing which share a VM".

It has nothing to do with "heavy-weight process" or anything else.

The thing is, from a scheduling standpoint, one of the primary performance 
concerns in the TLB switch.

And there's a 1:1 relationship between TLB switch and MM container, modulo 
the issue of kernel tasks (and those obviously "borrow" approproate MM 
structs to avoid the switch).

So it's not weird at all. It's very direct, and a very straightforward and 
obvious relationship.

			Linus
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list