(system vm debug) can read arity information
authorAndy Wingo <wingo@pobox.com>
Thu, 16 May 2013 16:56:22 +0000 (18:56 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 9 Jun 2013 21:43:18 +0000 (23:43 +0200)
commitf88e574d58aa3e64b6f1ed0bc6ea918d20a67d88
treeceb4dd84ac1a7441f5b7f7c82390bb18438327a7
parentb2006c19aff23f73aea0aa9fa5e211c7fa4f4df3
(system vm debug) can read arity information

* module/system/vm/debug.scm (<arity>): New object, for reading
  arities.  Unlike <arity> in the assembler, this one only holds on to a
  couple of pointers, and doesn't even load in argument names.  Unlike
  the arity lists in (system vm program), it can load in names.  Very
  early days but it does seem to work.
  (find-program-arities, arity-arguments-alist): New higher-level
  interfaces.
module/system/vm/debug.scm