Re: IL Engineering Library
- Posted by Rasti Jul 09, 2015
- 3603 views
I'm interested in Euphoria's self-modifying code capabilities.
Jim, could you please elaborate a bit further on Euphoria's potential in this area? For instance, in addition to compiling code at runtime and injecting it into the running program, on the fly, could Euphoria also eliminate from memory some parts of bytecode that are no longer needed? Can the routine_id indentification be used for this purpose, to reference the chunks of bytecode to be injected and those to be eliminated?