1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-23 20:05:32 +02:00
guile/module/language/cps
Andy Wingo e92e0bbe9c More robust contification
* module/language/cps/contification.scm (contify): It could be that
  visiting pending contifications could enqueue more contifications, so
  iterate to a fixed point.  Signal an error if there are any pending
  contifications at the end of an iteration.
2013-10-21 16:59:42 +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 RTL: Compile prompts 2013-10-14 16:13:57 +02:00
contification.scm More robust contification 2013-10-21 16:59:42 +02:00
dfg.scm add lookup-block-scope 2013-10-21 16:32:36 +02:00
primitives.scm Add CPS primitives info module 2013-08-31 09:40:56 +02:00
reify-primitives.scm Reify call-thunk/no-inline. 2013-10-14 16:43:42 +02:00
slot-allocation.scm RTL slot allocator uses more precise, correct liveness information 2013-10-21 15:45:19 +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