GCC Link Time Optimization branch merged
[Posted October 6, 2009 by cook]
The Gnu Compiler Collection project has
announced
the merge of the
Link Time Optimization branch.
"
Link Time Optimization (LTO) gives GCC the capability of dumping its internal representation (GIMPLE) to disk, so that all the different compilation units that make up a single executable can be optimized as a single module. This expands the scope of inter-procedural optimizations to encompass the whole program (or, rather, everything that is visible at link time)."
(
Log in to post comments)