make-jit-no-params ( quot -- code )


Vocabulary
bootstrap.image.private

Inputs
quota quotation


Outputs
codea sequence


Word description
Like make-jit, except the assembler code can't contain any parameters. The word is used to generate the code templates (like JIT-3DIP that the JIT uses to compile quotations. The output is a two-tuple containing byte-arrays. The first item are the relocations and the second the machine code.

Definition