I don't want to disappoint you or reduce what java has achieved, but
JIT's have been in use for many years before java in the Smalltalk
community.
Actually, I think to remember that MS was able to come up with a fast VM
in a short timeframe by getting it done from a development team which
had been working on Smalltalk VM's before.
Regards
Thomas Tomiczek
General Manager
THONA Consulting Ltd.
-----Original Message-----
From: Peter Ehli [mailto:peteehli@a...]
Sent: Dienstag, 1. Mai 2001 00:21
To: ASP+
Subject: [aspx] Re: .Net and mainframe
Just in time compiler - or JITer's are super fast compilers which
basically
turns MISL to machine code for a specific platform. Read page 14 and 15
of
"C# Programming the Public Beta" Wrox title. JIT's were first developed
for
Java by a third party for use in there Virtual Machine.
- Dexter -
----- Original Message -----
From: "Mel C Solomon" <melsolomon@e...>
To: "ASP+" <aspx@p...>
Sent: Sunday, April 30, 2000 12:01 PM
Subject: [aspx] Re: .Net and mainframe
>
> #Next it is compiled agian with a specified JIT complier -
> #there are three different JIT compliers at this time and they are
#platform
> #specific. The CLR contains a - Base Class Library - Class Loader -
#JIT
> #Compiler - Verifier -, which produces managed native code to run on
#that
> #specified platform.
>
> ...Talking about JIT....what's this? More inputs please.....
>
> Mel :)