optimising compiler

optimising compiler

(programming, tool)compiler which attempts to analyse thecode it produces and to produce more efficient code byperforming program transformation such as branch elimination, partial evaluation, or peep-hole optimisation.

Contrast pessimising compiler.