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 0c247a2fb6 Try to allocate arguments directly in call frames
* module/language/cps/slot-allocation.scm (allocate-slots): Convert
  cont-table to a vector, for ease of access.  Run a pass before
  allocation that determines the set of variables whose slot allocation
  can and should be delayed, so that they can ideally be allocated
  directly in an argument slot.
2013-11-15 15:19:04 +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 Fix arity selection in compute-contification 2013-11-08 10:59:52 +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 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 Try to allocate arguments directly in call frames 2013-11-15 15:19:04 +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