mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 08:20:20 +02:00
* module/system/vm/program.scm (program-arguments-alists): Export this interface. Fall back to grovelling through procedure-minimum-arity if the program has no arities, as might be the case for continuations. * module/language/tree-il/analyze.scm (validate-arity): Use program-arguments-alists instead of the program-arities interface, to cover both stack VM and RTL programs. |
||
---|---|---|
.. | ||
analyze.scm | ||
canonicalize.scm | ||
compile-cps.scm | ||
compile-glil.scm | ||
cse.scm | ||
debug.scm | ||
effects.scm | ||
fix-letrec.scm | ||
inline.scm | ||
optimize.scm | ||
peval.scm | ||
primitives.scm | ||
spec.scm |