Feb. 25, 2018
7:37 a.m.
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
If so, how? :)
Steven.