1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00
guile/module/language/cps
Andy Wingo fea115c33f Fix nested contification bugs
* module/language/cps/contification.scm (contify): Exhaustively replace
  contified tail continuations, to fix a bug in nested tail-recursive
  contifications.  Likewise, call lookup-return-cont when searching for
  common return continuations.
2013-10-04 18:03:29 +02:00
..
arities.scm Add arity-adapting module 2013-08-31 09:40:56 +02:00
closure-conversion.scm Add closure conversion 2013-08-31 09:40:56 +02:00
compile-rtl.scm Add new "source" macro instruction; compile-rtl emits it. 2013-09-30 21:48:07 +02:00
contification.scm Fix nested contification bugs 2013-10-04 18:03:29 +02:00
dfg.scm Fix variable-bound-in? 2013-10-04 17:30:59 +02:00
primitives.scm Add CPS primitives info module 2013-08-31 09:40:56 +02:00
reify-primitives.scm Add pass to reify primcalls without corresponding VM ops 2013-08-31 09:40:56 +02:00
slot-allocation.scm Add CPS -> RTL compiler 2013-08-31 09:40:56 +02:00
spec.scm Add CPS -> RTL compiler 2013-08-31 09:40:56 +02:00
verify.scm Fix verify-cps 2013-10-04 16:36:17 +02:00