Re: Examples of Multiple VMs
by Dan Sugalski other posts by this author
Dec 28 2001 7:03PM messages near this date
Re: Examples of Multiple VMs
|
slm
At 07:47 AM 12/28/2001 -0800, Glen Starchman wrote:
> I am investigating the use of multiple VMs in my language and looking for
> examples of languages which use two or more VMs for parallel execution of
> bytecode. Anyone have any good references?
Perl does this when you build it with ithreads. If the interpreters can be
completely independent, I think a build of perl with MULTIPLICITY will do it.
Parrot did for a bit, and will again soon. (It's broken at the moment, but
not for much longer)
Dan
--------------------------------------"it's like this"-------------------
Dan Sugalski even samurai
dan@[...].org have teddy bears and even
teddy bears get drunk
Thread:
Glen Starchman
Donal K. Fellows
Dan Sugalski
|