Fix help lint: links to obsolete article
parent
4d25f1fff6
commit
dc85ed3d56
|
@ -27,8 +27,7 @@ ARTICLE: "compiler" "Optimizing compiler"
|
|||
"The optimizing compiler only compiles words which have a static stack effect. This means that methods defined on fundamental generic words such as " { $link nth } " should have a static stack effect; for otherwise, most of the system would be compiled with the non-optimizing compiler. See " { $link "inference" } " and " { $link "cookbook-pitfalls" } "."
|
||||
{ $subsection "compiler-usage" }
|
||||
{ $subsection "compiler-errors" }
|
||||
{ $subsection "hints" }
|
||||
{ $subsection "generator" } ;
|
||||
{ $subsection "hints" } ;
|
||||
|
||||
ABOUT: "compiler"
|
||||
|
||||
|
|
|
@ -126,8 +126,6 @@ $nl
|
|||
|
||||
{ { $snippet "\"specializer\"" } { $link "hints" } }
|
||||
|
||||
{ { { $snippet "\"intrinsics\"" } ", " { $snippet "\"if-intrinsics\"" } } { $link "generator" } }
|
||||
|
||||
{ { $snippet "\"predicating\"" } " Set on class predicates, stores the corresponding class word" }
|
||||
}
|
||||
"Properties which are defined for classes only:"
|
||||
|
|
Loading…
Reference in New Issue