optimising compiler
optimising compiler
(programming, tool)compiler which attempts to analyse the
code it produces and to produce more efficient code by
performing program transformation such as branch elimination, partial evaluation, or peep-hole optimisation.
Contrast pessimising compiler.
Contrast pessimising compiler.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)