with-fixup ( quot -- code )
Code generation from MR (machine representation)


Vocabulary
compiler.codegen

Inputs
quota quotation


Outputs
codea sequence


Word description
Runs the quotation to emit compiled code. The output is a six-tuple with the same format as the one output by generate.

Definition