mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
* module/language/cps/slot-allocation.scm (allocate-slots): Don't allocate slots to unused results of function calls. This can allow us to avoid consing a rest list for call-with-values with an ignored rest parameter, and can improve the parallel move code. * module/language/cps/compile-bytecode.scm (compile-fun): Adapt to avoid emitting bind-rest in values context if the rest arg is unused. |
||
---|---|---|
.. | ||
brainfuck | ||
bytecode | ||
cps | ||
ecmascript | ||
elisp | ||
scheme | ||
tree-il | ||
value | ||
bytecode.scm | ||
cps.scm | ||
tree-il.scm |