mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-06 12:10:28 +02:00
* module/language/cps/effects-analysis.scm (string-ref): Remove effects declaration, given that the primitive is exploded now. * module/language/cps/reify-primitives.scm (compute-known-primitives): Add string-set!. * libguile/vm-engine.c (string-set!): Disable opcode. * module/language/cps/types.scm (string-ref, string-set!): Remove type checker and inferrers for string-ref and string-set!, as both are exploded. In the case of string-set! there are still type-check effects in the intrinsic call but they can't be elided by the checker, as we don't track when strings are read-only. * module/language/tree-il/compile-cps.scm (ensure-char): New helper. (string-set!): New primcall exploded converter. |
||
---|---|---|
.. | ||
ice-9 | ||
language | ||
oop | ||
rnrs | ||
scripts | ||
srfi | ||
sxml | ||
system | ||
texinfo | ||
web | ||
Makefile.am | ||
rnrs.scm | ||
statprof.scm | ||
texinfo.scm |