specialized-def ( word -- quot )
Factor handbook » The implementation » Optimizing compiler » Compiler specialization hints

Prev:HINTS:


Vocabulary
hints

Inputs
worda word


Outputs
quota quotation


Word description
Outputs the definition of a word after it has been split into specialized branches. This is the definition which will actually be compiled by the compiler.

Definition