Le 2018-02-25 08:37, Stephane Ducasse a écrit :
On Sat, Feb 24, 2018 at 11:23 AM, Steven Costiou
<steven.costiou@kloum.io> wrote:Hi,
is this possible somehow to:
- load compiled code in the image? like loading a compiled method instead of
loading source then compiling it?
why is this a problem?
you could try to serialise a method with fuel and load it.
- dynamically change a method that is on the stack?
have a look at on:fork: to see how igor cut some stack elements