Dynamic calling
- Posted by useless Sep 19, 2009
- 1294 views
Re:
http://openeuphoria.org/docs/eu400_0095.html
It's not clear to me what can be put into allocated memory marked as executeable.
If i have a running application that allocated the memory, tagged it as executeable, do i load a Eu source code file into it? Or a pre-interpreted IL file (and how do i get that IL?)? Or does it need to be a dll? If i can load some Eu source code into it and then routine_id to it, isn't that string execution?
If i do this, say, 2000 times, is memory going to be so fragmented that winxp is nuked?
useless