USING: compiler.tree help.markup help.syntax ; IN: compiler.cfg.intrinsics.allot HELP: emit- { $values { "node" node } } { $description "Emits optimized cfg instructions for building and allocating tuples." } ; ARTICLE: "compiler.cfg.intrinsics.allot" "Generating instructions for inline memory allocation" "Generating instructions for inline memory allocation" ; ABOUT: "compiler.cfg.intrinsics.allot"