1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 08:20:20 +02:00
guile/module/language/cps
Andy Wingo d3dbf75ab3 with-fresh-name-state takes a cont, not a $fun
* module/language/cps.scm (with-fresh-name-state): Take a cont instead
  of a fun.

* module/language/cps/closure-conversion.scm:
* module/language/cps/constructors.scm:
* module/language/cps/elide-values.scm:
* module/language/cps/prune-bailouts.scm:
* module/language/cps/reify-primitives.scm: Adapt.
2014-04-11 10:21:04 +02:00
..
arities.scm Rename $kentry to $kfun 2014-04-10 12:11:35 +02:00
closure-conversion.scm with-fresh-name-state takes a cont, not a $fun 2014-04-11 10:21:04 +02:00
compile-bytecode.scm Rename $kentry to $kfun 2014-04-10 12:11:35 +02:00
constructors.scm with-fresh-name-state takes a cont, not a $fun 2014-04-11 10:21:04 +02:00
contification.scm Rename $kentry to $kfun 2014-04-10 12:11:35 +02:00
cse.scm Function defined by make-cont-folder takes a cont, not a $fun 2014-04-11 10:12:37 +02:00
dce.scm Function defined by make-cont-folder takes a cont, not a $fun 2014-04-11 10:12:37 +02:00
dfg.scm Function defined by make-cont-folder takes a cont, not a $fun 2014-04-11 10:12:37 +02:00
effects-analysis.scm Rename $kentry to $kfun 2014-04-10 12:11:35 +02:00
elide-values.scm with-fresh-name-state takes a cont, not a $fun 2014-04-11 10:21:04 +02:00
primitives.scm Bytevector f32 an f64 ops actually map to VM primitives 2014-02-11 21:54:05 +01:00
prune-bailouts.scm with-fresh-name-state takes a cont, not a $fun 2014-04-11 10:21:04 +02:00
prune-top-level-scopes.scm Rename $kentry to $kfun 2014-04-10 12:11:35 +02:00
reify-primitives.scm with-fresh-name-state takes a cont, not a $fun 2014-04-11 10:21:04 +02:00
renumber.scm Function defined by make-cont-folder takes a cont, not a $fun 2014-04-11 10:12:37 +02:00
self-references.scm Rename $kentry to $kfun 2014-04-10 12:11:35 +02:00
simplify.scm Rename $kentry to $kfun 2014-04-10 12:11:35 +02:00
slot-allocation.scm Rename $kentry to $kfun 2014-04-10 12:11:35 +02:00
spec.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
specialize-primcalls.scm Rename $kentry to $kfun 2014-04-10 12:11:35 +02:00
verify.scm Rename $kentry to $kfun 2014-04-10 12:11:35 +02:00