Content Creation

Below, we compiled lame 3.96.1 without any additional optimizations and then used the following command on a 800mb .wav file.

# lame sample.wav - b 192 - m s - h - >/dev/null

The file is sent to stdout, which is then directed to /dev/null. We do not want the hard drive to throttle our mp3 encoding if possible, even if we are just immediately destroying it.

32-bit lame 3.96.1

Next, we used the SuSE 9.1 Pro i686 bzip2 and gzip RPMs for this portion of the analysis. We recompile both binaries from scratch later to illustrate the effect of the compiler optimizations. The 800MB test file from the lame benchmark above was compressed and then timed using the command below.

# time gzip -c sample.wav > /dev/null

32-bit GZip 1.3.5

We compiled MPlayer 1.0pre5 from source without any optimizations. The benchmark command that we ran is below:

# time mencoder sample.mpg -nosound -ovc lavc vcodec=mpeg4:vpass=2 -o sample.avi

32-bit MEncoder 1.0pre5

Rendering Tests Encryption Benchmarks
Comments Locked

47 Comments

View All Comments

  • Adul - Friday, December 24, 2004 - link

    stephenbrooks "superlinearly" even a word? Though I do understand what you mean.
  • KristopherKubicki - Friday, December 24, 2004 - link

    abakshi: Intel roadmaps say only DDR1 for 915GL.

    Kristopher
  • stephenbrooks - Friday, December 24, 2004 - link

    The Pentium M scales superlinearly with frequency in a few of the time vs. clock-speed benches (and I'm not talking about the 400->533 FSB improvement), which is pretty interesting. I wouldn't have expected a chip like this to get more efficient at _higher_ clocks.
  • abakshi - Friday, December 24, 2004 - link

    Well FSB533 is here, but 800 would be a more significant move with Dothan. A P-M with FSB800, even DDR400 let's say (rather than the DDR2 that should be supported by using a 915 northbridge), and higher clockspeeds - maybe about 2.4-2.6 Ghz - would be amazing.

    Linux performance will of course depend on other factors such as those mentioned in the article, but the performance under Windows of even the FSB400 2.0 Dothan is awesome -- when overclocked to 2.4Ghz, it's able to keep up with, and at times beat, the latest P4 Prescott and EE's, and A64's, for tasks like gaming:

    http://www.gamepc.com/labs/view_content.asp?id=dot...

    http://translate.google.com/translate?hl=en&sl...
  • Lonyo - Friday, December 24, 2004 - link

    If Intel gave it a FSB and memory speed boost (ie: 533MHz or 800MHz FSB) and DDR533+, then Dothan could really be something.
    With Intels talk of dual core processors, a dual core Dothan, with its low heat output, would be awesome (but costly with 2MB of cache).
    2x30w = 60w = less than Prescott.

    It looks promising, if only Intel would bring it to the affordable desktop :(
  • VortigernRed - Friday, December 24, 2004 - link

    "Although it holds up well against an Athlon 64 3200+,"

    Although the Dothan looks to be a superb chip you are certainly overstating its performance here, this is comment is WRT the Shake benchmarks and, effectively, the A64 3200 is twice as fast as the dothan. This would be like saying, for example, a R9800XT holds up well against an X800XT or an AXP2200+ holds up well against a A64 3800+ :-)

    Also whilst the DDR400 does improve performance it can't help the Dothan where it is really far behind, the kernel compile benchmarks, for instance, it is still 3x slower than any of the other chips on the chart.

    Dothan (or really its derivatives) have loads of potential to compete with the A64 on all fronts (Performance, power, heat, with Intels manufacturing, even cost) given enough effort by Intel (which I'm sure they are doing). I can hardly wait to see widespread adoption on the desktop and, frankly, to see the back of the P4. A desktop Celeron PM (1MB l2, lower FSB) could be the new overclocking king.
  • bersl2 - Friday, December 24, 2004 - link

    You might want to ask on the GCC mailing lists (http://gcc.gnu.org/lists.html) about --march=pentium-m.

Log in

Don't have an account? Sign up now