]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/dataflow-analysis/dataflow-analysis-docs.factor
compiler.cfg.*: new and improved docs
[factor.git] / basis / compiler / cfg / dataflow-analysis / dataflow-analysis-docs.factor
index 4f7081b4da936592a928d335fab0516f5767c880..74fa8fd8aef21b63beba98f3372a60618e2e8cff 100644 (file)
@@ -25,7 +25,8 @@ HELP: join-sets
   { "dfa" class }
   { "set" "merged state" }
 }
-{ $description "Generic word which merges multiple states into one. A block in the cfg might have multiple predecessors and then this word is used to compute the merged input state to use to analyze the block." } ;
+{ $description "Generic word which merges multiple states into one. A block in the cfg might have multiple predecessors and then this word is used to compute the merged input state to use to analyze the block." }
+{ $see-also transfer-set } ;
 
 
 <PRIVATE