Docs: fixing help-lint failures

locals-and-roots
Björn Lindqvist 2016-05-20 13:35:08 +02:00
parent 973606b5e2
commit e60d45a169
2 changed files with 16 additions and 3 deletions

View File

@ -10,4 +10,14 @@ HELP: exprs>vns
HELP: vns>insns
{ $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"

View File

@ -5,8 +5,11 @@ HELP: context-callstack-save-offset
{ $values { "n" integer } }
{ $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
{ $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
{ $description "Relocation offset type for the cards table." }
@ -68,7 +71,7 @@ $nl
word-entry-point-offset
}
"Relocation classes:"
{
{ $subsections
rc-absolute-cell
rc-absolute
rc-relative
@ -81,7 +84,7 @@ $nl
rc-absolute-ppc-2/2/2/2
}
"Relocation types:"
{
{ $subsections
rt-dlsym
rt-entry-point
rt-entry-point-pic