Dan Sugalski wrote:

At 8:39 PM +0000 1/23/03, Dave Mitchell wrote:

in such a way that it (or most of it) can simply be mmap-ed in (RO),
analogously to executables.

This is the way the bytecode currently works, and we will *not* switch to any bytecode format that doesn't at least allow the executable code to be mmapped in.

s/works/should work/

The file get mmap()ed if possible, then the bytecode get's memcpy'd and the map is munmap'd.

leo







Reply via email to