make-jit ( quot -- parameters literals code )


Vocabulary
bootstrap.image.private

Inputs
quota quotation


Outputs
parametersa sequence
literalsa sequence
codea { relocation insns } pair


Word description
Runs the quotation to generate machine code. Code is a 2-tuple, where the first element is a byte-array of relocations and the second element the generated code.

Definition