1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-03 10:40:21 +02:00
guile/module/language/cps
Andy Wingo be564260be Fix arity selection in compute-contification
* module/language/cps/contification.scm (compute-contification): Fail as
  soon as we see an arity with rest, optional, or keyword arguments.
  Fixes ((case-lambda ((a . b) #t) ((a b) #f)) 1 2).
2013-11-08 10:59:52 +01:00
..
arities.scm Source information goes on the $continue, not the $cont. 2013-11-07 10:32:21 +01:00
closure-conversion.scm Source information goes on the $continue, not the $cont. 2013-11-07 10:32:21 +01:00
compile-rtl.scm Source information goes on the $continue, not the $cont. 2013-11-07 10:32:21 +01:00
constructors.scm Source information goes on the $continue, not the $cont. 2013-11-07 10:32:21 +01:00
contification.scm Fix arity selection in compute-contification 2013-11-08 10:59:52 +01:00
dfg.scm Source information goes on the $continue, not the $cont. 2013-11-07 10:32:21 +01:00
elide-values.scm Source information goes on the $continue, not the $cont. 2013-11-07 10:32:21 +01:00
primitives.scm RTL compiler supports static bitvectors 2013-11-03 21:48:48 +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 Source information goes on the $continue, not the $cont. 2013-11-07 10:32:21 +01:00
spec.scm Add CPS -> RTL compiler 2013-08-31 09:40:56 +02:00
verify.scm Source information goes on the $continue, not the $cont. 2013-11-07 10:32:21 +01:00