mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-16 16:50:21 +02:00
* module/language/cps/reify-primitives.scm (reify-primitives): Remove cases for ursh/immediate etc, as these should all be within range, by construction. * module/language/cps/specialize-numbers.scm (specialize-operations): Only reify ursh/immediate, etc if the shift count is less than 64. * module/language/cps/specialize-primcalls.scm (specialize-primcalls): Remove specialization cases for ursh/immediate etc; this is the domain of specialize-numbers. * module/language/cps/types.scm (ursh, srsh, ulsh): Limit arguments to be less than 63. (ulsh/immediate): Assume parameter is in range. |
||
---|---|---|
.. | ||
ice-9 | ||
language | ||
oop | ||
rnrs | ||
scripts | ||
srfi | ||
sxml | ||
system | ||
texinfo | ||
web | ||
Makefile.am | ||
rnrs.scm | ||
statprof.scm | ||
texinfo.scm |