mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-25 14:10:22 +02:00
* module/language/cps/slot-allocation.scm (compute-var-representations): If an optimization pass decided to e.g. use untag-fixnum for one definition of a variable and e.g. vector-length for the other, assume that their values are compatible. We don't know at this point whether the values are meant to be s64 (e.g. because vector-length is a subset of the s64 range) or u64 (e.g. because although we're calling untag-fixnum on the value, actually we now that the value is non-negative, or actually we just want the unsigned bits). Anyway we default to u64. In the future we can perhasps be more precise. |
||
---|---|---|
.. | ||
ice-9 | ||
language | ||
oop | ||
rnrs | ||
scripts | ||
srfi | ||
sxml | ||
system | ||
texinfo | ||
web | ||
Makefile.am | ||
rnrs.scm | ||
statprof.scm | ||
texinfo.scm |