mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +02:00
* module/language/cps.scm ($prompt): Add a "pop" field, indicating the continuation at which this prompt is popped. The body of the prompt is dominated by the prompt, and post-dominated by the pop. Adapt all builders and users. * module/language/cps/closure-conversion.scm: * module/language/cps/compile-rtl.scm: * module/language/cps/slot-allocation.scm: * module/language/cps/verify.scm: * module/language/tree-il/compile-cps.scm: Adapt. * module/language/cps/dfg.scm (visit-fun): Add an arc from the pop to the handler, to keep handler variables alive through the prompt body. |
||
---|---|---|
.. | ||
assembly | ||
brainfuck | ||
bytecode | ||
cps | ||
ecmascript | ||
elisp | ||
glil | ||
objcode | ||
rtl | ||
scheme | ||
tree-il | ||
value | ||
assembly.scm | ||
cps.scm | ||
glil.scm | ||
objcode.scm | ||
rtl.scm | ||
tree-il.scm |