On Tue, May 07, 2013 at 02:51:06PM +0200, Sven Eckelmann wrote:
Link-time optimization allows to move parts of the optimization from the single source file to the global source view. This is done by emitting the GIMPLE representation in each object file and analyzing it again during the link step.
This reduces the binary size by around 10% on mipsel (this includes parts which were also removed by garbage collection).
Signed-off-by: Sven Eckelmann sven@narfation.org
alfred/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Applied in revision bbc581c (alfred package feed).
Thanks, Simon