Andy Wingo <wi...@pobox.com> skribis: > On Tue 29 Nov 2011 12:06, l...@gnu.org (Ludovic Courtès) writes:
[...] >> I tried to reproduce the infamous iconv issue, which would have been a >> simple way to check, but failed: >> >> (with-fluids ((%default-port-encoding "UTF-16BE")) >> (let loop () (open-output-string ) (loop))) >> >> Memory growth appears to be bounded here. > > What do you mean? Do you mean that this patch fixes the iconv issue, or > that you couldn't reproduce it before? The latter. Thanks, Ludo’.