bug#47429: Re 47429:allocating JIT code buffer failed: Permission denied
Jeffrey Walton <[email protected]>
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <CAH8yC8nP33X5mOwH+ScS7TnJWJXESZcqJqT=zVdxU7B8WrU4=A@mail.gmail.com> |
The GUILE_ENABLE_JIT m4 macro should _not_enable JIT on the Apple
silicon. That's going to take a real port.
This may help in detecting the M1 as long as build==host.
apple_silicon=`sysctl machdep.cpu.brand_string 2>/dev/null | grep
-i -c "Apple M1"`
If a cross-compile is happening, then TARGET_OSX and MAP_JIT macros may help.
Jeff