Object code optimizer: Difference between revisions

Content deleted Content added
Snotbot (talk | contribs)
m Fixing improperly nested section headings (task 5)
Line 11:
===Other optimizers using the same concept===
 
Some binary optimizers seek to reduce only the ''size'' of binary files by eliminating duplicate library modules - without necessarily also improving their performance, while others utilize [[run-time]] metrics to [[introspect]]ively improve performance using techniques similar to [[Just-in-time In Timecompilation|JIT]] compilers.
 
===Recent developments===