Link-Time Optimizations
Javier Cabezas RodrÃguez
javier.cabezas@gmail.com
Fri Nov 11 17:38:00 GMT 2005
More information about the Binutils mailing list
Fri Nov 11 17:38:00 GMT 2005
- Previous message (by thread): Link-Time Optimizations
- Next message (by thread): Link-Time Optimizations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks for the tip. But why can it interfere with libglade programs? Javi 2005/11/11, Mike Hearn <mike@plan99.net>: > On Tue, 08 Nov 2005 07:35:30 +0100, Javier Cabezas RodrÃguez wrote: > > - Dead Code and Data elimination, achieving up to 25% code size reduction. > > The gnu linker can do this, look at --gc-sections and > -ffunction-sections/-fdata-sections. > > You have to be careful here though. It can interfere with many programs > (eg ones that use libglade) > > thanks -mike > >
- Previous message (by thread): Link-Time Optimizations
- Next message (by thread): Link-Time Optimizations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list