mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-03 18:50:19 +02:00
* module/language/cps/effects-analysis.scm: Mark more predicates as effect-free. Sort the list. * module/language/cps/guile-vm/lower-primcalls.scm (procedure?): Reify a call to a primitive. Sadly we can't elide the $kreceive, as even though we know that it's single-valued, $call can't continue to $kargs (has to be $callk). Perhaps is worth relaxing in the future. * module/language/cps/type-fold.scm: Define a number of additional folders for disjoint types. (procedure?): Define a folder for &procedure. Has to include structs, though. * module/language/cps/types.scm: Same as for type-fold.scm. * module/language/tree-il/cps-primitives.scm: Lower procedure? primcalls to CPS. |
||
---|---|---|
.. | ||
brainfuck | ||
bytecode | ||
cps | ||
ecmascript | ||
elisp | ||
scheme | ||
tree-il | ||
value | ||
bytecode.scm | ||
cps.scm | ||
tree-il.scm |