On Oct 27, 2004, at 6:24 AM, Gisle Aas wrote:

How about the code JITed from the bytecodes. Will it be shared?

The JITed code can't be shared directly--in it's current form, it (intentionally) includes absolute addresses which wouldn't be valid for other processes.


But the exec core allows (or, will allow) bytecode to be compiled into a native executable (or presumably, library), so that would allow the advantages of native, memory-shared code.

JEff



Reply via email to