On Monday 08 October 2007 12:02:22 mickey wrote:
in legacy mode, there is i386 that support 4KB and 4MB page-sizes and
use 2-level pagetables.
in legacy mode, there is i386 PAE that support 4KB and 2MB page-sizes
and use 3-level pagetables.
in long mode, there is amd64 that support 4KB, 2MB and 1GB page-sizes
and use 4-level pagetables.
i386 PAE and amd64 use the same paging-mode.
The larger pagetables look like the pagewalk slows down, but actually
the MMU internally does some optimizations that allow jumps w/o modifying
the pages used for the pagetables.
What is a real speedup is support for the large pages (4MB/2MB) and the
newly introduced giga-pages (1GB) in Barcelona since they
reduce TLB flushes or TLB pressures.
Oh, and some off-topic hints that also result in speedups:
Fine-graine locking increases speed over the biglock, a better scheduler
that prevents jumping from processes between cpu-cores or even better
between NUMA-nodes.
Christoph
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Linus Torvalds | Linux 2.6.27-rc5 |
| Jared Hulbert | [PATCH 00/10] AXFS: Advanced XIP filesystem |
| Linus Torvalds | Linux 2.6.27-rc8 |
git: | |
| David Miller | [GIT]: Networking |
| Antonio Almeida | HTB accuracy for high speed |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
