Object code optimizer: Difference between revisions

Content deleted Content added
m Recent developments: Fix spelling: kernal -> kernel
Yobot (talk | contribs)
m WP:CHECKWIKI error fixes using AWB (9075)
Line 1:
[[Image:Binary optimizer.png|thumb|180px|A binary optimizer takes the existing output from a compiler and produces a better execution file with the same functionality.]]
An '''object code optimizer''', sometimes also known as a '''post pass optimizer''' or, for small sections of code, '''[[peephole optimization|'''peephole optimizer]]''']], takes the output from a source language compile step - the object code or [[binary file]] - and tries to replace identifiable sections of the code with replacement code that is more [[algorithmic efficiency|algorithmically efficient]] (usually improved speed).
 
==Examples==