Link-Time Optimizations
Javier Cabezas RodrÃguez
javier.cabezas@gmail.com
Tue Nov 8 06:35:00 GMT 2005
More information about the Binutils mailing list
Tue Nov 8 06:35:00 GMT 2005
- Previous message (by thread): Link-Time Optimizations
- Next message (by thread): Link-Time Optimizations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I haven't found a documented example of "Linker Relaxation", but I think that we aren't speaking about the same kind of optimizations. Diablo can do: - Dead Code and Data elimination, achieving up to 25% code size reduction. - Whole program constant propagation. - Branch elimination. - Liveness analysis. - Code factoring. - Code obfuscation - Code compression - ... and much more. At the moment it only allows this for statically linked programs, but support for dynamically linked programs is planned. 2005/11/8, Ravi Ramaseshan <ramaseshan.ravi@gmail.com>: > On 11/7/05, Javier Cabezas RodrÃguez <javier.cabezas@gmail.com> wrote: > > Does ld offer Link-Time Optimizations? It's planned to add this kind > > of functionality? > > Some ports do offer some link time optimizations. You can search this > list for "Linker Relaxations" to find some of the ports that do it. > > -- > Ravi Ramaseshan > http://www.geocities.com/ramaseshan_ravi/ > > " Reality is only something we believe in strongly. " >
- 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