core: fix docs

db4
Doug Coleman 2015-07-20 01:01:31 -07:00
parent 191d00208d
commit eca8b7e49c
3 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,8 @@
USING: assocs alien classes compiler.cfg.instructions compiler.cfg.registers USING: alien assocs classes compiler.cfg.instructions
compiler.cfg.stack-frame cpu.x86.assembler cpu.x86.assembler.operands compiler.cfg.registers compiler.cfg.stack-frame
help.markup help.syntax kernel layouts literals math multiline system words ; cpu.x86.assembler cpu.x86.assembler.operands help.markup
QUALIFIED: vm help.syntax kernel layouts literals math multiline system vm
words ;
IN: cpu.architecture IN: cpu.architecture
<< <<
@ -293,7 +294,7 @@ HELP: stack-cleanup
HELP: gc-root-offset HELP: gc-root-offset
{ $values { "spill-slot" spill-slot } { "n" integer } } { $values { "spill-slot" spill-slot } { "n" integer } }
{ $description "Offset in the " { $link stack-frame } " for the word being constructed where the spill slot is located. The value is given in " { $link cell } " units." } { $description "Offset in the " { $link stack-frame } " for the word being constructed where the spill slot is located. The value is given in " { $link cell } " units." }
{ $see-also vm:gc-info } ; { $see-also gc-info } ;
ARTICLE: "cpu.architecture" "CPU architecture description model" ARTICLE: "cpu.architecture" "CPU architecture description model"
"The " { $vocab-link "cpu.architecture" } " vocab contains generic words and hooks that serves as an api for the compiler towards the cpu architecture." "The " { $vocab-link "cpu.architecture" } " vocab contains generic words and hooks that serves as an api for the compiler towards the cpu architecture."

View File

@ -8,7 +8,7 @@ ARTICLE: "intersections" "Intersection classes"
{ $subsections POSTPONE: INTERSECTION: } { $subsections POSTPONE: INTERSECTION: }
{ $subsections define-intersection-class } { $subsections define-intersection-class }
"Intersection classes can be introspected:" "Intersection classes can be introspected:"
{ $subsections participants } { $subsections class-participants }
"The set of intersection classes is a class:" "The set of intersection classes is a class:"
{ $subsections { $subsections
intersection-class intersection-class

View File

@ -10,7 +10,7 @@ ARTICLE: "unions" "Union classes"
define-union-class define-union-class
} }
"Union classes can be introspected:" "Union classes can be introspected:"
{ $subsections members } { $subsections class-members }
"The set of union classes is a class:" "The set of union classes is a class:"
{ $subsections { $subsections
union-class union-class