> * blstu...@bellsouth.net <blstu...@bellsouth.net> wrote:
> 
>> If you're interested in how to do dynamic loading in a clean
>> and elegant way, take a look at Inferno.  
> 
> hmm, isnt this an interpreter-based system ?

The application language is Limbo which is compiled to
Dis machine code.  Dis is run in a virtual machine in the
kernel.  If you want, you can turn on a JIT compiler which
translates the Dis code to native code on the fly, but I
haven't usually found it to be all that much benefit.

BLS


Reply via email to