mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
* module/language/tree-il/compile-cps2.scm (adapt-arity): New procedure. This is equivalent to (language cps arities), but as it is a necessary pass and not an optimization it's more proper to put it in the converter itself. Unlike with the nested CPS representation, it's possible to look up continuations without making a DFG. (convert): Adapt arities as necessary. |
||
---|---|---|
.. | ||
analyze.scm | ||
canonicalize.scm | ||
compile-cps.scm | ||
compile-cps2.scm | ||
debug.scm | ||
effects.scm | ||
fix-letrec.scm | ||
inline.scm | ||
optimize.scm | ||
peval.scm | ||
primitives.scm | ||
spec.scm |