in reply to Load external application to variable
Bottom line: it's probably not practical or useful.
An operating system is the only thing that can load an application image and do all the work required to run it. Actually loading the image into memory is a small part of the work that goes on to prep an image for running. You may find that running your app out of a RAM disk helps a little - about as much as "loading it into a variable".
|
|---|