Re: [PATCH] fix Apple Silicon JIT compilation

2022-12-18 Thread Aleix Conchillo Flaqué
Ping. This one is important to run Guile with JIT on new Apple hardware. On Thu, Nov 17, 2022 at 5:36 PM Aleix Conchillo Flaqué wrote: > * configure.ac: check for pthread_jit_write_protect_np. > > * libguile/jit.c: add support for Apple Silicon JIT compilation. > > Fixes https://debbugs.gnu.org/

Re: [PATCH] fix Apple Silicon JIT compilation

2022-11-17 Thread Aleix Conchillo Flaqué
Apologies for re-sending this. Just realized this should be called Apple Silicon and not just Apple M1. On Thu, Nov 17, 2022 at 5:36 PM Aleix Conchillo Flaqué wrote: > * configure.ac: check for pthread_jit_write_protect_np. > > * libguile/jit.c: add support for Apple Silicon JIT compilation. > >