1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-27 23:40:24 +02:00
guile/module/language/cps
Andy Wingo 78351d1065 Beginnings of local variable information
* module/system/vm/assembler.scm (<arity>, begin-kw-arity, end-arity):
  (definition): Add definition macro-instruction.  Arrange to record
  variable definitions.

* module/language/cps/compile-bytecode.scm (compile-fun): Emit
  definition macro-instructions as appropriate.
2014-04-15 14:14:15 +02:00
..
arities.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
closure-conversion.scm Remove debugging code in closure-conversion 2014-04-13 14:26:03 +02:00
compile-bytecode.scm Beginnings of local variable information 2014-04-15 14:14:15 +02:00
constructors.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
contification.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
cse.scm Separate make-cont-folder into global and local variants 2014-04-11 18:32:54 +02:00
dce.scm Separate make-cont-folder into global and local variants 2014-04-11 18:32:54 +02:00
dfg.scm DFA datums don't rename their labels 2014-04-15 12:16:41 +02:00
effects-analysis.scm Rename $kentry to $kfun 2014-04-10 12:11:35 +02:00
elide-values.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
primitives.scm Bytevector f32 an f64 ops actually map to VM primitives 2014-02-11 21:54:05 +01:00
prune-bailouts.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
prune-top-level-scopes.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
reify-primitives.scm First-order CPS has $program and $closure forms 2014-04-12 14:59:31 +02:00
renumber.scm First-order CPS has $program and $closure forms 2014-04-12 14:59:31 +02:00
self-references.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
simplify.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
slot-allocation.scm Remove needless label remapping in slot-allocation 2014-04-15 12:25:26 +02:00
spec.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
specialize-primcalls.scm Root higher-order CPS term is always $kfun $cont 2014-04-11 14:01:27 +02:00
verify.scm Update verify-cps 2014-04-12 22:42:23 +02:00