Re: Script to build ECL for iOS using XCode 10 tools?
PR <[email protected]> Thu, 26 Sep 2019 10:47:35 +0200
| Newsgroups | gmane.lisp.ecl.general |
|---|---|
| Message-ID | <CAOJeB-DpS2hDqJhX60heW9vKLHUtMNAxHZVvuE0X0skXCvTgnA@mail.gmail.com> |
On 9/25/19, PR <[email protected]> wrote: > Does anybody know why this is needed, and what it is doing? Because if > my Lisp app grows (I tried to include :cl-ppcre), then the app crashes > again, despite the above hack (and with the same backtrace of the > attachment). Answering myself both questions: for the GC issue, I found this thread from 2010: https://mailman.common-lisp.net/pipermail/ecl-devel/2010-July/007751.html The solution to the other problem (crash if initial Lisp library is big): well, the most obvious thing to do seems to just make a smaller initial library, and loading the other parts later on. If that still will cause me problems, I'll let you know. Paul