1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/module
Andy Wingo 1a2711a848 Update frame-bindings interface
* module/system/repl/debug.scm (print-locals): Update to work with new
  interface.
  (frame->module): Update.  Still doesn't work due to lack of
  `program-module', though.

* module/system/vm/program.scm (make-binding, binding:name)
  (binding:definition-offset, program-arity-bindings-for-ip): Remove
  these.

* module/system/vm/frame.scm (<binding>): New type.
  (available-bindings): Return a list of <binding> instances.
  (frame-lookup-binding, frame-binding-set!, frame-binding-ref):
  (frame-environment, frame-object-name): Adapt.
2014-04-16 13:58:17 +02:00
..
ice-9 Eval has no more free variables 2014-04-13 14:22:22 +02:00
language Beginnings of local variable information 2014-04-15 14:14:15 +02:00
oop Avoid using 'eval-when' with 'expand' in (oop goops). 2014-02-07 20:05:17 -05:00
rnrs Merge commit '8571dbde63' 2013-11-28 15:00:17 +01:00
scripts Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
srfi Match and srfi-9 expose their bailouts to the CSE pass 2014-04-05 11:56:44 +02:00
sxml Remove duplicate definitions of call/ec' and let/ec'. 2013-04-06 15:40:19 +02:00
system Update frame-bindings interface 2014-04-16 13:58:17 +02:00
texinfo Improve correctness and consistency of 'eval-when' usage. 2014-01-23 10:41:22 -05:00
web Merge commit 'a5cbbaa66a' 2014-02-07 14:43:23 +01:00
Makefile.am New pass to avoid free variable creation for self-recursion 2014-04-08 21:41:42 +02:00
rnrs.scm Add missing R6RS `open-file-input/output-port' procedure 2012-11-12 20:47:57 +01:00
statprof.scm statprof avoids mucking with VM trace levels when not counting calls 2014-04-14 17:06:05 +02:00
texinfo.scm Fix newline preservation in @example with lines beginning with @ 2014-02-27 17:16:29 +01:00