The Prominent Changes For The GCC 4.7 Compiler

Posted by Michael Larabel on March 15, 2012

With GCC 4.7 being released soon, new compiler benchmarks at Phoronix will be published in the coming weeks (beginning next week Monday), but for those wondering what's different on the feature side, here's a look.

Most of the key GCC 4.7 features have already been talked about in a number of different Phoronix articles, but here's a concise summary of what to expect from this open-source compiler collection.

- Several LTO (Link-Time Optimization) improvements. In particular, there's improved scalability and reduced memory usage, reduced object file size, stream performance improvements, and several bug-fixes. Using LTO while building Firefox now only takes up 3GB of RAM where as previously 8GB was needed for optimizing the browser. The linking time itself is also shorter now, with claims of Firefox being sped up by about a factor of 10.

- Other optimization work: Interprocedural optimization improvements and a string-length optimization pass.

- IRIX 6.5, MIPS OpenBSD, Solaris 7, and Tru64 UNIX v5.1 have been obseleted with GCC 4.7. Unless any of those ports reach a maintained state by GCC 4.8, they will be eliminated.

- Experimental support for transactional memory with the C compiler and the supporting libitm run-time library. This transactional memory support is available at this point for x86_32, x86_64, and Alpha platforms.

- Better support for the C++11 and C11 languages (there's also some C99 changes), such as support for atomic operations in their new memory model. With C11 there's also support for Unicode strings, non-returning functions, alignment support, and support for the C library implementation of the CMPLX family of macros. The C++11 support improvements include implementing extended friend syntax, explicit override control, non-static data member initializers, user-defined literals, alias-declarations, delegating constructors, and atomic classes.

- Major Google Go language improvements.

- The libstdc++ run-time library also has experimental support for C++11.

- Various Fortran language improvements.

- Support for ARM Cortex-A7 processors using the -mcpu=cortex-a7 switch.

- Support for Texas Instruments C6X processors.

- Support for Tilera TILE-Gx and TILEPro processors.

- Support for Intel Ivy Bridge processors. The support improvements come via building upon the existing Intel Sandy Bridge CPU support and added support for Bull Mountain (RDRND; the new random number generator), FSGSBASE, and F16C extensions. The Intel Ivy Bridge CPU support in the GCC compiler can be tapped via -march=core-avx-i. The first Ivy Bridge hardware will begin shipping in a few months.

- Going out even further, preliminary support for Intel Haswell processors has been added. Haswell won't be here for another year, but GCC 4.7 introduces support for AVX2, FMA, BMI, BMI2, and LZCNT instructions as to be first-introduced with Haswell processors. This support comes via the -march=core-avx2 flag. Find out more by reading Compilers Mature For Intel Sandy/Ivy Bridge, Prep For Haswell.

- Initial support for AMD family 15h "Piledriver" processors via -march=bdver2. The first Piledriver-based AMD Fusion APUs are expected to arrive soon with AMD Trinity.

The full list of official changes for GCC 4.7 can be found out via this GNU.org page. Meanwhile, there's already new feature work towards GCC 4.8. New Phoronix benchmarks of GCC 4.7 are coming soon.

Discuss this article in our forums, IRC channel, or email the author. You can also follow our content via RSS and on social networks like Facebook, Identi.ca, and Twitter (@Phoronix and @MichaelLarabel). Subscribe to Phoronix Premium to view our content without advertisements, view entire articles on a single page, and experience other benefits.
Latest Hardware Reviews
  1. Gallium3D Continues Improving OpenGL For Older Radeon GPUs
  2. 15-Way Open vs. Closed Source NVIDIA/AMD Linux GPU Comparison
  3. Nouveau vs. NVIDIA Linux Comparison Shows Shortcomings
  4. AMD Radeon Gallium3D More Competitive With Catalyst On Linux
Latest Software Articles
  1. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
  2. AMD Radeon R600 GPU LLVM 3.3 Back-End Testing
  3. F2FS File-System Shows Regressions On Linux 3.10
  4. Previewing The Radeon Gallium3D Shader Optimizations
Latest Linux News
  1. Modern Intel Gallium3D Driver Still Being Toyed With
  2. Linux 3.10 Kernel Benchmarks On A Core i7 Laptop
  3. GCC 4.8.1 Compiler Due To Be Out Next Week
  4. Linux 3.10 Kernel Benchmarks For Intel Ivy Bridge
  5. Linux's "Ondemand" Governor Is No Longer Fit
  6. Firefox 22 Beta Enables WebRTC Support
  7. OpenSUSE 13.1 Milestone 1 Released
  8. DRM Graphics Driver Comes For Dove/Cubox
  9. JADE: An LLVM-Based Video Decoder For MPEG RVC
  10. Ubuntu 13.10 Likely Switching To Chromium Browser
  11. Unity 7, Compiz To Be Polished For Ubuntu 13.10
Latest Forum Talk
  1. KDE's Krita Ported To OpenGL 3.1, OpenGL ES 2.0
  2. Modern Intel Gallium3D Driver Still Being Toyed...
  3. Ubuntu Looks Towards MySQL Alternatives
  4. Firefox 22 Beta Enables WebRTC Support
  5. Kubuntu, KDE Has Little Hope For Ubuntu's Mir
  6. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
  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