Hi Noah! Noah Lavine <noah.b.lav...@gmail.com> writes:
> The question is, how does one modify the Guile memory allocation > system so that you can request that some memory be executable? Currently you can’t. You’d need mmap(3) and/or mprotect(3) bindings, which would probably be useful anyway, though there are portability issues with these. Thanks, Ludo’.