Free Software programmer
Subscribe This blog existed before my current employment, and obviously reflects my own opinions and not theirs. This work is licensed under a Creative Commons Attribution 2.1 Australia License.
Categories of this blog:
Older issues: |
Mon, 30 Jun 2008stop_machine latency: the rewriteFollowing on from my previous graphs of stop_machine latency, I have new results with my stop_machine simplification patch. Again, it's the 18-way Power4 box; the simplied stop_machine creates all the threads and moves them into the correct CPUs before starting them. They then step through the state machine themselves, rather than having a central controller. It's actually marginally worse than the previous:Since these are different kernel versions, I looked at the baseline latency for both kernels: Now I need to go back and compare the exact same kernel version, to make sure something else isn't interfering... [/tech] permanent link |