mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-10 07:50:24 +02:00
* module/language/cps/compile-bytecode.scm (compile-function): Allow a 'throw primcall in tail position. * module/language/cps/prune-bailouts.scm (prune-bailouts): Continue directly to the nearest tail continuation, so we don't cause unreachable handle-interrupts / return 0 instructions to be emitted. * module/language/cps/reify-primitives.scm (reify-clause): Residualized 'throw primcall continues directly to tail. * module/language/cps/verify.scm (check-arities): Relax check for 'throw. |
||
---|---|---|
.. | ||
brainfuck | ||
bytecode | ||
cps | ||
ecmascript | ||
elisp | ||
scheme | ||
tree-il | ||
value | ||
bytecode.scm | ||
cps.scm | ||
tree-il.scm |