1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-01 18:00:23 +02:00
guile/module/language/cps
Andy Wingo 780ad383bb Prepare for CSE bailout propagation
* module/language/cps/cse.scm (compute-available-expressions): Prepare
  for being able to prune joins from bailouts.  Always loop after the
  first iteration.

* module/language/cps/effects-analysis.scm: Remove &possible-bailout.
  Rename &definite-bailout to &bailout, and rename
  &all-effects-but-bailout to &unknown-effects.
2014-04-04 14:22:51 +02:00
..
arities.scm Add with-fresh-name-state-from-dfg 2014-04-03 09:29:05 +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 Add common subexpression elimination pass on CPS 2014-04-04 12:15:10 +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
cse.scm Prepare for CSE bailout propagation 2014-04-04 14:22:51 +02:00
dce.scm Fix DCE for refactor-introduced borkage 2014-04-02 15:41:14 +02:00
dfg.scm constant-needs-allocation? fix 2014-04-04 12:06:59 +02:00
effects-analysis.scm Prepare for CSE bailout propagation 2014-04-04 14:22:51 +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 Fix prune-top-level-scopes to allow collisions between var, scope, cont names 2014-04-02 15:40:03 +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 Add with-fresh-name-state-from-dfg 2014-04-03 09:29:05 +02:00
verify.scm Fix verify-cps to work 2014-04-04 12:07:24 +02:00