mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +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`. |
||
---|---|---|
.. | ||
ice-9 | ||
language | ||
oop | ||
rnrs | ||
scheme | ||
scripts | ||
srfi | ||
sxml | ||
system | ||
texinfo | ||
web | ||
Makefile.am | ||
rnrs.scm | ||
statprof.scm | ||
texinfo.scm |