On Tue, 08 Jul 2008 22:12:10 BST C H Forsyth <[EMAIL PROTECTED]> wrote: > if you make it executable, i think you should also find that the resulting > executable has its contents read into memory on demand (ie, a page fault > causes > a read from the executable file), which might suit you.
Right. My questions at this point have more to do with understanding the landscape but if I do this, my initial goal would be to get it up and running in as little time as possible even if the result is slow and hacky. Cleanup & optimizations can follow. Thanks to all for their suggestions & comments.
