1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 05:50:30 +02:00
guile/module/language/cps
Andy Wingo 4ec3ded05d More CFA removals
* module/language/cps/dfg.scm (compute-reachable): Reword docstring.
  (visit-prompt-control-flow): Likewise.
  ($dominator-analysis): Change to store min-label instead of CFA.
  (compute-idoms, compute-join-edges, mark-loop-body, identify-loops):
  Take min-label and label-count, and use the DFG's preds list instead
  of requiring a fresh renumbered one.
  (analyze-dominators): Adapt to use a DFG with a label range instead of
  a CFA.
2014-04-02 11:39:36 +02:00
..
arities.scm Use Tree-IL-like case-lambda clause chaining in CPS 2014-03-31 18:54:12 +02:00
closure-conversion.scm Use Tree-IL-like case-lambda clause chaining in CPS 2014-03-31 18:54:12 +02:00
compile-bytecode.scm Compile-fun takes advantage of sorted output of "renumber", avoids CFA 2014-04-01 14:51:05 +02:00
constructors.scm Use Tree-IL-like case-lambda clause chaining in CPS 2014-03-31 18:54:12 +02:00
contification.scm Use Tree-IL-like case-lambda clause chaining in CPS 2014-03-31 18:54:12 +02:00
dce.scm Fix compute-label-and-var-ranges for global DFG computation 2014-04-01 18:16:00 +02:00
dfg.scm More CFA removals 2014-04-02 11:39:36 +02:00
effects-analysis.scm Refactor DCE to not build a CFA 2014-04-01 16:43:55 +02:00
elide-values.scm Use Tree-IL-like case-lambda clause chaining in CPS 2014-03-31 18:54:12 +02:00
primitives.scm Bytevector f32 an f64 ops actually map to VM primitives 2014-02-11 21:54:05 +01:00
prune-top-level-scopes.scm Use Tree-IL-like case-lambda clause chaining in CPS 2014-03-31 18:54:12 +02:00
reify-primitives.scm Use Tree-IL-like case-lambda clause chaining in CPS 2014-03-31 18:54:12 +02:00
renumber.scm Renumber doesn't visit unreachable continuations 2014-04-01 17:51:26 +02:00
simplify.scm Simplification renumbers instead of local prune-continuation pass 2014-04-01 15:56:45 +02:00
slot-allocation.scm Allocate-slots avoids building CFA 2014-04-01 15:21:28 +02:00
spec.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
specialize-primcalls.scm Use Tree-IL-like case-lambda clause chaining in CPS 2014-03-31 18:54:12 +02:00
verify.scm Use Tree-IL-like case-lambda clause chaining in CPS 2014-03-31 18:54:12 +02:00