Kay Ramme - Sun Germany - Hamburg wrote:
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.

With which motivation, Matthias? AFAIK bridges/cpp_uno is the only place where executable memory is needed. Or are we about to fix the same issue simultaneously?

-Stephan

Kay

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to