1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 22:10:29 +02:00
guile/module/language/cps
Andy Wingo 4fc6b4d2c5 Fix primcall return arities
* module/language/cps/arities.scm (fix-clause-arities): Primcalls of
  known arity that continue to ktrunc should, if their return arity does
  not match the ktrunc, adapt via a call to `values'.  This call may
  later get removed.
2013-10-26 14:38:11 +02:00
..
arities.scm Fix primcall return arities 2013-10-26 14:38:11 +02:00
closure-conversion.scm Add closure conversion 2013-08-31 09:40:56 +02:00
compile-rtl.scm RTL compiler: Compile `wind' primcalls 2013-10-26 14:38:11 +02:00
contification.scm Contify returns via calls to "values" 2013-10-22 22:29:56 +02:00
dfg.scm DFG: Remove lift-definition! 2013-10-21 22:24:54 +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