Re: ECL cross-compiled for 'aarch64' considered stable?

2019-03-11 Thread PR
2019-03-11 10:35 GMT+01:00, Daniel Kochmański : > Hay Paul, > > it is worth noting that there are some unresolved issues on aarch64 due > to calling convention for variadic functions is differnt. Please see this > summary: > > https://gitlab.com/embeddable-common-lisp/ecl/issues/224 > > apparently

Re: ECL cross-compiled for 'aarch64' considered stable?

2019-03-11 Thread Daniel Kochmański
Hay Paul, it is worth noting that there are some unresolved issues on aarch64 due to calling convention for variadic functions is differnt. Please see this summary: https://gitlab.com/embeddable-common-lisp/ecl/issues/224 apparently aarch64 android calling convention is more permissive given i

Re: ECL cross-compiled for 'aarch64' considered stable?

2019-03-11 Thread PR
2019-03-10 23:59 GMT+01:00, PR : > Did anybody here run ECL on aarch64, and is it considered to be stable? > > I'm asking because of my EQL5-Android project: I successfully compiled > the REPL example to aarch64, but I encountered a severe memory > corruption at startup [...] ...answering myself: