Re: Problems with Ports and Memory
Michael Sperber <[email protected]>
| Newsgroups | gmane.lisp.scheme.scsh |
|---|---|
| Message-ID | <[email protected]> |
Martin suggested using SPATIAL---that reveals that the program basically only grows in terms of continuations, which means that there's a non-tail-call somewhere. Indeed, the call to CLOSE-SOCKET is in the LOOP loop, rather than outside of it, which makes the loop call itself non-tail-recursive. Moving it outside fixes things, at least for me. -- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla