mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-03 10:40:21 +02:00
* module/language/cps/effects-analysis.scm (compute-known-allocations): For a primcall that allocates, sometimes we will synthesize auxiliary definitions as part of CSE, for example to indicate that if (cons x y) is bound to z, that a later call to (car z) should give x unless there might be an intervening set-car!. We had a bug in which aux definitions attached to allocations were being incorrectly associated with the first operand. Probably this is a bug in other contexts but it really starts to hit with the high-level constructors, e.g. `box`. |
||
---|---|---|
.. | ||
brainfuck | ||
bytecode | ||
cps | ||
ecmascript | ||
elisp | ||
scheme | ||
tree-il | ||
value | ||
bytecode.scm | ||
cps.scm | ||
tree-il.scm |