Stephan,
Stephan Bergmann wrote:
2 Add rtl_allocateExecutableMemory to rtl/alloc.h, which internally
uses the same logic as rtl_allocateMemory, but works on a second set of
memory, independent of the original set of memory managed by plain
rtl_allocateMemory (and the second set of memory would be executable,
while the original set would not be). Pro: general solution, re-uses
existing program logic, does not make too much memory executable. Con:
extends rtl/alloc.h interface, complicates rtl/alloc.
Matthias Huetsch is AFAIK implementing this API for rtl anyway. So, I
suggest to go with this approach.
Kay
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]