Handbook
Glossary
disable-optimizer ( -- )
Factor handbook
»
The implementation
»
Optimizing compiler
»
Calling the optimizing compiler
Next:
enable-optimizer ( -- )
Vocabulary
compiler
Word description
Disable the optimizing compiler.
Definition
USING:
compiler.units
namespaces
;
IN:
compiler
:
disable-optimizer
( -- )
f
compiler-impl
set-global
;