syntax: Clarify that inlined words can also be compiled stand-alone.

db4
Doug Coleman 2012-07-23 12:17:55 -07:00
parent 9cfbf99c15
commit affac79815
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ HELP: inline
{ $description { $description
"Declares the most recently defined word as an inline word. The optimizing compiler copies definitions of inline words when compiling calls to them." "Declares the most recently defined word as an inline word. The optimizing compiler copies definitions of inline words when compiling calls to them."
$nl $nl
"Combinators must be inlined in order to compile with the optimizing compiler - see " { $link "inference-combinators" } ". For any other word, inlining is merely an optimization." "Combinators must be inlined in order to compile with the optimizing compiler - see " { $link "inference-combinators" } ". For any other word, inlining is merely an optimization. Note that inlined words that can be compiled stand-alone are also, themselves, compiled by the optimizing compiler."
$nl $nl
"The non-optimizing quotation compiler ignores inlining declarations." "The non-optimizing quotation compiler ignores inlining declarations."
} ; } ;