AArch64 port of Chez Scheme

2020-11-19 Thread Adhemerval Zanella
Hi all, Is anyone working on a aarch64 port to the project [1]? https://github.com/cisco/ChezScheme Thanks. ___ linaro-dev mailing list linaro-dev@lists.linaro.org https://lists.linaro.org/mailman/listinfo/linaro-dev

Re: AArch64 port of Chez Scheme

2020-11-19 Thread David Brown
I'm not aware of anyone working on it. It might be worthwhile to at least create a github issue for it (there is one for RISC-V). The code generator in Chez is fairly custom, but there are a lot of similarities between aarch32 and aarch64, so it would be a relatively easier port. Porting Chez to a