| Parents: | compiler | 
| Word | Syntax | 
|  CODEGEN: | |
|  CONDITIONAL: | 
| Word | Stack effect | 
|  generate-conditional-insn | ( label insn -- ) | 
|  generate-insn | ( insn -- ) | 
|  negate-insn-cc | ( insn -- ) | 
|  labels | 
| Word | Stack effect | 
|  %dispatch-label | ( label -- ) | 
|  check-fixup | ( seq -- ) | 
|  codegen-method-body | ( class word -- quot ) | 
|  emit-branch | ( bb successor -- ) | 
|  generate | ( cfg -- code ) | 
|  generate-block | ( bb -- ) | 
|  generate-ex | ( -- string ) | 
|  generate-ex-answer | ( -- string ) | 
|  insn-slot-quot | ( spec -- quot ) | 
|  lookup-label | ( bb -- label ) | 
|  useless-branch? | ( bb successor -- ? ) | 
|  with-fixup | ( quot -- code ) | 
| Vocabulary | Summary | 
|  compiler.codegen.gc-maps | |
|  compiler.codegen.labels | Support for generation of relocatable code | 
|  compiler.codegen.relocation |