swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Interesting piece: Objective-C on Java VM?


From: Rod Price
Subject: Re: Interesting piece: Objective-C on Java VM?
Date: Thu, 22 Jan 1998 13:00:27 -0700

> This is potentially good news for developers.  I am showing my
> ignorance, but what does JIT stand for - Java Interpreter?
>
> Rob Kewley

JIT stands for Just-In-Time compiler.  A JIT compiler (I should
have added on the compiler part) works by compiling byte code
"just in time," that is, the moment before it is executed.  It looks
and feels like an interpreter to the user, but runs code at compiled
speeds (minus the time the compiler takes).

-Rod Price



                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]