to-recompile ( -- words )


Vocabulary
compiler.units

Inputs
None

Outputs
wordsa sequence


Word description
Sequence of words that will be recompiled by the compilation unit. The non-optimizing compiler only recompiles words whose definitions has changed. But the optimizing compiler, which can perform optimizations such as inlining, recompiles words that depends on the changed words.

Definition


Methods