1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 06:41:13 +02:00
guile/module/language/cps
Andy Wingo 7bbfc02959 Arities-fixing pass handles incoming $ktrunc with rest args
* module/language/cps/arities.scm (fix-clause-arities): Allow $ktrunc
  arities with rest arguments.
2013-12-06 12:04:10 +01:00
..
arities.scm Arities-fixing pass handles incoming $ktrunc with rest args 2013-12-06 12:04:10 +01:00
closure-conversion.scm Replace ($var sym) with ($values (sym)). 2013-11-13 20:55:28 +01:00
compile-bytecode.scm (call-with-values foo (lambda (a . b) a)) avoids consing rest list 2013-12-06 11:08:45 +01:00
constructors.scm Source information goes on the $continue, not the $cont. 2013-11-07 10:32:21 +01:00
contification.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
dfg.scm Replace ($var sym) with ($values (sym)). 2013-11-13 20:55:28 +01:00
elide-values.scm Elide values primcalls with continuations with rest arguments 2013-12-06 11:39:04 +01:00
primitives.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
reify-primitives.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
slot-allocation.scm (call-with-values foo (lambda (a . b) a)) avoids consing rest list 2013-12-06 11:08:45 +01:00
spec.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
specialize-primcalls.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
verify.scm Replace ($var sym) with ($values (sym)). 2013-11-13 20:55:28 +01:00