Beginnings of local variable information
authorAndy Wingo <wingo@pobox.com>
Tue, 15 Apr 2014 12:02:25 +0000 (14:02 +0200)
committerAndy Wingo <wingo@pobox.com>
Tue, 15 Apr 2014 12:14:15 +0000 (14:14 +0200)
commit78351d1065627d10aa8dde8d5c6424d83233dfc4
tree39dbf67e03cf9c7e2f5054eebf4c55cbc645aa8b
parent863034a8ac4e23118e367b7f3ca4d9e06112902c
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.
module/language/cps/compile-bytecode.scm
module/system/vm/assembler.scm