mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-04 11:10:27 +02:00
* module/language/cps/reify-primitives.scm (reify-primitives): Remove case where $prim could continue to $kreceive; this isn't possible. However when reifying an unknown primcall, always add a $kreceive, as the continuation has to be $kargs. * module/language/tree-il/compile-cps.scm (convert): Unknown primcalls convert as calls. With this change, all primcalls should continue to $kargs, with the exception of 'throw. |
||
---|---|---|
.. | ||
brainfuck | ||
bytecode | ||
cps | ||
ecmascript | ||
elisp | ||
scheme | ||
tree-il | ||
value | ||
bytecode.scm | ||
cps.scm | ||
tree-il.scm |