mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
* module/language/tree-il/compile-bytecode.scm (emit-box-set!): Fix to reference by SCM, not word. (emit-box-ref): New helper. (emit-cached-module-box, emit-cached-toplevel-box, emit-toplevel-box): Add bound? arg. Before these could produce #f instead of a variable, and unbound variable errors weren't any good as they didn't have the variable name. (compile-closure): Use more box-ref and box-set!. Pass bound? arg to the helpers. |
||
---|---|---|
.. | ||
ice-9 | ||
language | ||
oop | ||
rnrs | ||
scheme | ||
scripts | ||
srfi | ||
sxml | ||
system | ||
texinfo | ||
web | ||
Makefile.am | ||
rnrs.scm | ||
statprof.scm | ||
texinfo.scm |