What's New in the GNU Compiler Collection Release Series | Linux Today

What’s New in the GNU Compiler Collection Release Series

Written By
Web Webster
Web Webster
Oct 30, 2008

[ Thanks to An Anonymous Reader for
this link. ]

“The 4.0 release (4.0.4 being the last in the series)
is the first step into GCC 4. As such, it was not recommended for
production development until a stabilization process could be
completed. This release included a large number of
changes—two in particular being the introduction of a new
optimization framework (Tree SSA) and support for
autovectorization.

“Prior to GCC 4, the intermediate representation used was called
Register Transfer Language (RTL). RTL is a low-level representation
very close to assembly language (inspired by LISP S-expressions).
The problem with RTL is that the optimizations it enables are those
close to the target. Optimizations that require higher-level
information about the program may not be possible, because their
expression is lost in RTL. Tree SSA is designed to be both language
independent and target independent while supporting improved
analysis and richer optimizations.

“Tree SSA introduces two new intermediate representations. The
first is called GENERIC, which is a generic tree representation
that’s formed from the language front-end trees. The GENERIC trees
are converted into GIMPLE form and a subsequent control flow graph
to support SSA-based optimizations. Finally, the SSA trees are
converted into RTL, which the back end uses for target code
generation. An overly simplified description, but the result is a
new intermediate form better suited for high- and low-level
optimizations. (See Resources for more details on this
process.)”


Complete Story

Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.