Re: [00/17] Large Blocksize Support V3

From: Eric W. Biederman
Date: Thu Apr 26 2007 - 15:23:24 EST


Christoph Lameter <clameter@xxxxxxx> writes:

> On Thu, 26 Apr 2007, Eric W. Biederman wrote:
>
>> If you can make small things go fast, everything speeds up.
>> If you can only make big things go fast only some things speed up.
>>
>> I want to make small things go fast so everything speeds up.
>
> A reductionist operating system theory? Have you ever heard of emergent
> properties? A system comprised of pieces can as a whole exibit other
> characteristics than the basic elements would provide.
>
> I think it is wrong to use the same small things for big things. You
> would not tow a tanker with your bicycle. Similarly you could use small
> pages for text files but huge page sizes when you need to transfer
> gigabytes or terabytes of memory. Its wrong to dictate ones size fits
> all. (Memories of my relatives in the eastern bloc surface but I better shut
> up.)

Think of it like designing a cpu. Which would you rather have a
faster clock rate or a new instruction say floating point multiply-accumulate
that means you theoretically double your floating point computation speed
at a cost of reducing your clock rate?

Up to the limit of it being possible you get more bang out of improving
the little things. CPUs unfortunately pretty much hit the limit of
improving clock rates.

I don't think we are at the limit of making small things like syscalls,
and pages go fast.

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