USING: byte-arrays classes.tuple.private compiler.cfg compiler.tree help.markup help.syntax ; IN: compiler.cfg.intrinsics.allot HELP: emit- { $values { "block" "current " { $link basic-block } } { "#call" node } { "block'" basic-block } } { $description "Emits optimized cfg instructions for allocating a " { $link byte-array } "." } ; HELP: emit- { $values { "block" "current " { $link basic-block } } { "#call" #call } { "block'" basic-block } } { $description "Emits intrinsic cfg instructions for building and allocating tuples. The intrinsic condition is that the tuple layout given to " { $link } " must be a literal." } { $see-also } ; ARTICLE: "compiler.cfg.intrinsics.allot" "Generating instructions for inline memory allocation" "Generating instructions for inline memory allocation" $nl "Emitters:" { $subsections emit-(byte-array) emit- emit- emit- } ; ABOUT: "compiler.cfg.intrinsics.allot"