]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/ssa/destruction/leaders/leaders-docs.factor
compiler.cfg.*: a bunch of docs updates
[factor.git] / basis / compiler / cfg / ssa / destruction / leaders / leaders-docs.factor
index a8f6bc2ddc33b96f7b776ae5095a80f4ffec40b9..42cef5b07b12d93c847b89afbed1c3023c5623fe 100644 (file)
@@ -6,7 +6,7 @@ HELP: ?leader
 { $description "The leader of the vreg or the register itself if it has no other leader." } ;
 
 HELP: leader-map
-{ $var-description "A map from vregs to canonical representatives due to coalescing done by SSA destruction. Used by liveness analysis and the register allocator, so we can use the original SSA names to get certain info (reaching definitions, representations). By default, each vreg is its own leader." }
+{ $var-description "A map from vregs to canonical representatives due to coalescing done by SSA destruction. Used by liveness analysis and the register allocator, so we can use the original SSA names to get certain info (reaching definitions, representations). By default, each vreg is its own leader. The data is computed in the " { $vocab-link "compiler.cfg.ssa.destruction" } " compiler pass." }
 { $see-also init-coalescing } ;
 
 ARTICLE: "compiler.cfg.ssa.destruction.leaders" "Leader book-keeping" "This vocab defines words for getting the leaders of vregs." ;