recompile ( words -- alist )
Factor handbook » The implementation » Definitions » Compilation units » Compilation units internals

Prev:forward-reference? ( word -- ? )
Next:modify-code-heap ( alist update-existing? reset-pics? -- )


Vocabulary
compiler.units

Inputs
wordsa sequence of words


Outputs
alistan association list mapping words to compiled definitions


Generic word contract
Internal word which compiles words. Called at the end of with-compilation-unit.

Definition


Methods