mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-04 19:20:27 +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. |
||
---|---|---|
.. | ||
brainfuck | ||
bytecode | ||
cps | ||
ecmascript | ||
elisp | ||
scheme | ||
tree-il | ||
value | ||
bytecode.scm | ||
cps.scm | ||
tree-il.scm |