guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Allocating Executable Memory


From: Ludovic Courtès
Subject: Re: Allocating Executable Memory
Date: Sun, 06 Jun 2010 16:15:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi Noah!

Noah Lavine <address@hidden> 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’.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]