Melvin Smith <[EMAIL PROTECTED]> wrote:
> At 08:32 AM 11/4/2003 +0100, Leopold Toetsch wrote:
>>Melvin Smith <[EMAIL PROTECTED]> wrote:
>>
>> >     $2 = sub     # store the ref in the immediate data of the instruction
>>
>>This doesn't really work:
>>- byte-code is readonly, if mmap()ed and when running function core or
>>   CGoto

> It doesn't have to be. Neither mmap() nor computed goto requires
> the bytecode to be readonly.

Readonly code segments and multi-threading are the keywords here.

Function core and CGoto of course don't require the code to be readonly,
but for these cores the code is executed from a mmap()ed piece of memory,
which really should be sharable.

leo

Reply via email to