1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-22 19:44:10 +02:00
guile/module/language/cps
Andy Wingo 310da5e1ef Contification converges more quickly
* module/language/cps/contification.scm (compute-contification):
  Converge more quickly by using the information we compute within a
  compute-contification pass.
2013-11-26 08:52:56 +01:00
..
arities.scm Replace ($var sym) with ($values (sym)). 2013-11-13 20:55:28 +01:00
closure-conversion.scm Replace ($var sym) with ($values (sym)). 2013-11-13 20:55:28 +01:00
compile-rtl.scm Rewrite slot allocation pass 2013-11-15 11:17:18 +01:00
constructors.scm Source information goes on the $continue, not the $cont. 2013-11-07 10:32:21 +01:00
contification.scm Contification converges more quickly 2013-11-26 08:52:56 +01:00
dfg.scm Replace ($var sym) with ($values (sym)). 2013-11-13 20:55:28 +01:00
elide-values.scm Source information goes on the $continue, not the $cont. 2013-11-07 10:32:21 +01:00
primitives.scm (system vm instruction) rtl-instruction-list -> (language rtl) instruction-list 2013-11-19 20:45:57 +01:00
reify-primitives.scm Source information goes on the $continue, not the $cont. 2013-11-07 10:32:21 +01:00
slot-allocation.scm Remove MVRA from VM frames 2013-11-15 17:13:27 +01:00
spec.scm Add CPS -> RTL compiler 2013-08-31 09:40:56 +02:00
specialize-primcalls.scm Add specialize-primcalls pass; bump objcode version. 2013-11-10 19:27:19 +01:00
verify.scm Replace ($var sym) with ($values (sym)). 2013-11-13 20:55:28 +01:00