Announcement

Collapse
No announcement yet.

LLVM/Clang Performance On Intel Sandy Bridge

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • LLVM/Clang Performance On Intel Sandy Bridge

    Phoronix: LLVM/Clang Performance On Intel Sandy Bridge

    Lately there's been a lot of compiler benchmarks on Phoronix, particularly when looking at the performance on AMD's Bulldozer architecture and their FX-8150 system. However, here's some more compiler benchmarks, but this time under Intel Sandy Bridge...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    It looks like smallpt is multithreaded on GCC and singlethreaded on Clang.

    Comment


    • #3
      Originally posted by Ex-Cyber View Post
      It looks like smallpt is multithreaded on GCC and singlethreaded on Clang.
      Yep. GCC supports OpenMP, Clang doesn't.

      Comment


      • #4
        Where is EKOPath?

        In Phoronix once much talked about thing was EKOPath compiler being open-sourced. Now where is it? Why don't Michel adding EKOPath to this compiler benchmarks? Why is that once what is so talked about, now is cold dust?

        Comment


        • #5
          Originally posted by Tiger_Coder View Post
          In Phoronix once much talked about thing was EKOPath compiler being open-sourced. Now where is it? Why don't Michel adding EKOPath to this compiler benchmarks? Why is that once what is so talked about, now is cold dust?
          The nightly build on their website hasn't been updated since July... and that build has a broken installer.
          Michael Larabel
          https://www.michaellarabel.com/

          Comment


          • #6
            I'm not seeing it written on the benchmark page (it should be): when these tests are compiled, is it just the app being tested that's compiled with the named compiler, or all dependencies as well? (I don't think Clang yet builds a working Linux kernel, but if it does, then it'd be noteworthy to know if the whole OS was compiled with each compiler or not -- specific versions and all.)

            Comment


            • #7
              Originally posted by elanthis View Post
              I'm not seeing it written on the benchmark page (it should be): when these tests are compiled, is it just the app being tested that's compiled with the named compiler, or all dependencies as well? (I don't think Clang yet builds a working Linux kernel, but if it does, then it'd be noteworthy to know if the whole OS was compiled with each compiler or not -- specific versions and all.)
              It's just the app, given that the Phoronix tests don't even try different optimization levels other than that which was set by default I'd say there's zero chance you'll see dependencies compiled using the corresponding compiler.

              Comment


              • #8
                Originally posted by Michael View Post
                The nightly build on their website hasn't been updated since July... and that build has a broken installer.
                I built it from github.com/pathscale/path64-suite a while back but the code it generated was awfully slow. That said I don't know how representative this github version is of the proprietary compiler in terms of optimizations, maybe there's still alot more work to do.

                Comment

                Working...
                X