GCC vs. LLVM-GCC Benchmarks

Published on September 04, 2009
Written by Michael Larabel
Page 1 of 5
Discuss This Article

Last Friday we published Mac OS X 10.6 benchmarks and then on Monday they were joined by Ubuntu 9.10 vs. Mac OS X 10.6 benchmarks. One of the requests that has come up since publishing those articles are to carry out a set of tests comparing the performance of LLVM and LLVM-GCC. With Apple's Snow Leopard release, some parts of the operating system were built using LLVM-GCC for optimized performance, although this compiler is not yet matured. In this article we have a set of 12 benchmarks comparing GCC to LLVM-GCC.

LLVM-GCC is a C front-end for the Low-Level Virtual Machine but its back-end is a modified version of GCC (4.2). LLVM has its own compiler front-end, clang, for C and C++, but it is not nearly as complete or mature as the GNU Compiler Collection. Clang has been improving in recent times, but some portions are still incomplete (largely with C++). LLVM-GCC is provided with Xcode 3.2 found in Mac OS X 10.6, but it can also be found in several distribution package repositories, including Ubuntu. Apple though is the primary sponsor of the Low-Level Virtual Machine. LLVM/Clang is actually replacing GCC in FreeBSD Base. While we are not testing Clang in this article, for a comparison of Clang against GCC, read LLVM's comparison. Additional information on this open-source compiler infrastructure is available from the project's web-site. LLVM is also used by Apple in their OpenCL implementation and is finding uses on Linux within Gallium3D.

For this benchmarking we used several test profiles from the Phoronix Test Suite that are written in C and are built from source during their installation procedure. Prior to running one of the tests, we set the default compiler to GCC 4.2.1 (Apple Build 5646) and then set the default compiler to LLVM-GCC (GCC 4.2.1, Apple Build 5646, LLVM Build 2118) prior to reinstalling the tests. With the resulting binaries from GCC and LLVM-GCC, we then looked at their performance. Compiler flags and other settings were maintained the same. These tests included LAME MP3 encoding, dcraw, OpenSSL, BYTE Unix Benchmark, John The Ripper, timed MAFFT alignment, Crafty, TSCP, Tachyon, and C-Ray.

The system we used to conduct these tests was a newer Mac Mini with an Intel Core 2 Duo processor clocked at 2.00GHz, a NVIDIA MCP79 motherboard with GeForce 9400M graphics, 1GB of DDR3 memory, and a 120GB Fujitsu MHZ2120BH G1 SATA hard drive. Mac OS X 10.6.0 was used with its 10.0.0 kernel, X Server 1.4.2, OpenGL 2.1 NVIDIA-1.6.0, and a Journaled HFS+ file-system.

<< Previous Page
1
Latest Hardware Reviews
  1. Sumo Lounge Emperor
  2. Gallium3D Continues Improving OpenGL For Older Radeon GPUs
  3. 15-Way Open vs. Closed Source NVIDIA/AMD Linux GPU Comparison
  4. Nouveau vs. NVIDIA Linux Comparison Shows Shortcomings
Latest Software Articles
  1. GCC 4.8.0 vs. LLVM Clang 3.3 Compiler Performance
  2. Intel Linux OpenGL Driver Leading Over Apple OS X
  3. The Cost Of Ubuntu Disk Encryption
  4. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
Latest Linux News
  1. A New X.Org-Free Wayland LiveCD Released
  2. Unity 8, Mir Made Progress This Week On Features
  3. LLVM Clang 3.3 RC2 Is Ready For Testing
  4. AMD RadeonSI Gallium3D Begins Simple CL Demos
  5. Intel Shows Off GNOME3-Based Tizen Shell
  6. Linux Desktop Security Could Be A Whole Lot Better
  7. KDE 4.11 Will Be The Last Major KDE4 Workspaces Feature Release
  8. New NVIDIA Linux Driver Supports The GeForce GTX 780
  9. Chrome 28 To Offer More Speed Improvements
  10. Digia Announces "Boot To Qt" Project
  11. X.Org Libraries Hit By Round Of Security Issues
Latest Forum Talk
  1. AMD RadeonSI Gallium3D Begins Simple CL Demos
  2. Debian GNU/Hurd 2013 Release Brings New Packages
  3. GCC 4.8.0 vs. LLVM Clang 3.3 Compiler Performance
  4. Steam: No used games...
  5. KDE 4.11 Will Be The Last Major KDE4 Workspaces...
  6. Linux Desktop Security Could Be A Whole Lot Better
  1. Computers
  2. Display Drivers
  3. Graphics Cards
  4. Motherboards
  5. Peripherals
  6. Processors
  7. Software
  8. Operating Systems
  9. All Articles
  1. Linux Benchmarking
  2. OpenBenchmarking.org
  3. Phoronix Test Suite