From e60d45a1691f2e3a62e91f1069b9432753f5093e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lindqvist?= Date: Fri, 20 May 2016 13:35:08 +0200 Subject: [PATCH] Docs: fixing help-lint failures --- .../cfg/value-numbering/graph/graph-docs.factor | 10 ++++++++++ basis/compiler/constants/constants-docs.factor | 9 ++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/basis/compiler/cfg/value-numbering/graph/graph-docs.factor b/basis/compiler/cfg/value-numbering/graph/graph-docs.factor index c5db31f365..0363909e9a 100644 --- a/basis/compiler/cfg/value-numbering/graph/graph-docs.factor +++ b/basis/compiler/cfg/value-numbering/graph/graph-docs.factor @@ -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" diff --git a/basis/compiler/constants/constants-docs.factor b/basis/compiler/constants/constants-docs.factor index b7d38a5df0..80bfaea655 100644 --- a/basis/compiler/constants/constants-docs.factor +++ b/basis/compiler/constants/constants-docs.factor @@ -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