comp2scCompiler
Compile a .em file into a .sc file, plus a .i file.
(setter optimize-code)Compiler
If value is non-nil, then the peephole optimiser will be invoked at
the end of compilations. This reduces code size by an average
10%, and also makes code execute a little faster. The optimiser
handles most obvious optimisations, but does not attempt any cross
procedure-call/branch optimisations.