lkml.org 
[lkml]   [2002]   [Feb]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] shrink struct page for 2.5
On Sat, Feb 16, 2002 at 09:23:27PM +0100, Dave Jones wrote:
> Anton Blanchard did some nice benchmarks of this work a while
> ago, and noticed that with one of the features (I think the
> I forget which its in the l-k archives somewhere) there
> seemed to be a noticable performance degradation.
> Of course, this was a dbench test, so how reflective this is
> of real world is another story..

I've discussed this with him.

The performance degradation was real and it was the result of
poor code generation for the address calculation of the page address.
Apparently this toolchain performance issue made driver calls that use
page_address() within it very expensive. The size reduction won't
provide as significant of benefits on 64-bit machines as it does on
32-bit machines with highmem (36-bit stuff like PAE), so it makes sense
(perhaps like 64-bit SPARC) that there may be 64-bit architectures that
will not care to use it. On the other hand, I suspect there are similar
issues on other 64-bit architectures that are the true culprit with
respect to this.

On Sat, Feb 16, 2002 at 09:23:27PM +0100, Dave Jones wrote:
> Maybe Randy Hron can throw it in with the next round of
> kernel tests he does ?

He is unlikely to see these detrimental effects on i386. It's
possible waitqueue collisions could happen in highly threaded
tests, but that is a different issues.

On Sat, Feb 16, 2002 at 09:23:27PM +0100, Dave Jones wrote:
>> Unfortunately I haven't managed to make 2.5.5-pre2 to boot on
>> my machine, so I haven't been able to test this port of the
>> patch to 2.5.

On Sat, Feb 16, 2002 at 09:23:27PM +0100, Dave Jones wrote:
> Just a complete lock up ? oops ? anything ?

Triplefault well prior to console output being visible to the naked eye.


Cheers,
Bill
-
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/

\
 
 \ /
  Last update: 2005-03-22 13:24    [W:0.048 / U:0.532 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site