Re: ECL crashes on iOS loading ASDF libs with several dependencies

PR <[email protected]> Tue, 2 Jun 2020 16:16:30 +0200
Newsgroups gmane.lisp.ecl.general
Message-ID <CAOJeB-A=TW0_05QReRr8wxiB+s7AHxmYEVEdxGPDx7n72Fa0MA@mail.gmail.com>
On 5/31/20, PR <[email protected]> wrote:
> On 5/23/20, PR <[email protected]> wrote:
>> https://gitlab.com/eql/eql5-ios/-/issues/3

I was able to double the C stack size on iOS following a hint from
Marius Gebershagen (see issue tracker link above).

Now Quicklisp libraries like cl-fad install just fine (live on the
device). The stack size is still quite limited (compared to e.g.
android), but much better than the default value.

Paul