Docs: fixing help-lint failures
parent
973606b5e2
commit
e60d45a169
|
@ -10,4 +10,14 @@ HELP: exprs>vns
|
||||||
HELP: vns>insns
|
HELP: vns>insns
|
||||||
{ $var-description "assoc mapping value numbers to instructions." } ;
|
{ $var-description "assoc mapping value numbers to instructions." } ;
|
||||||
|
|
||||||
|
ARTICLE: "compiler.cfg.value-numbering.graph" "Value numbering expression graph"
|
||||||
|
"Makes value number graphs."
|
||||||
|
$nl
|
||||||
|
"Variables:"
|
||||||
|
{ $subsections
|
||||||
|
exprs>vns
|
||||||
|
vns>insns
|
||||||
|
vregs>vns
|
||||||
|
} ;
|
||||||
|
|
||||||
ABOUT: "compiler.cfg.value-numbering.graph"
|
ABOUT: "compiler.cfg.value-numbering.graph"
|
||||||
|
|
|
@ -5,8 +5,11 @@ HELP: context-callstack-save-offset
|
||||||
{ $values { "n" integer } }
|
{ $values { "n" integer } }
|
||||||
{ $description "Offset in bytes in the " { $link context } " struct to where the c callstack is saved." } ;
|
{ $description "Offset in bytes in the " { $link context } " struct to where the c callstack is saved." } ;
|
||||||
|
|
||||||
|
HELP: rc-absolute
|
||||||
|
{ $description "Absolute address in a four-byte location." } ;
|
||||||
|
|
||||||
HELP: rc-absolute-cell
|
HELP: rc-absolute-cell
|
||||||
{ $description "Indicates that the relocation is an absolute address to an object in the VM." } ;
|
{ $description "Indicates that the relocation is a cell-sized absolute address to an object in the VM." } ;
|
||||||
|
|
||||||
HELP: rt-cards-offset
|
HELP: rt-cards-offset
|
||||||
{ $description "Relocation offset type for the cards table." }
|
{ $description "Relocation offset type for the cards table." }
|
||||||
|
@ -68,7 +71,7 @@ $nl
|
||||||
word-entry-point-offset
|
word-entry-point-offset
|
||||||
}
|
}
|
||||||
"Relocation classes:"
|
"Relocation classes:"
|
||||||
{
|
{ $subsections
|
||||||
rc-absolute-cell
|
rc-absolute-cell
|
||||||
rc-absolute
|
rc-absolute
|
||||||
rc-relative
|
rc-relative
|
||||||
|
@ -81,7 +84,7 @@ $nl
|
||||||
rc-absolute-ppc-2/2/2/2
|
rc-absolute-ppc-2/2/2/2
|
||||||
}
|
}
|
||||||
"Relocation types:"
|
"Relocation types:"
|
||||||
{
|
{ $subsections
|
||||||
rt-dlsym
|
rt-dlsym
|
||||||
rt-entry-point
|
rt-entry-point
|
||||||
rt-entry-point-pic
|
rt-entry-point-pic
|
||||||
|
|
Loading…
Reference in New Issue