[Mono-list] JVM performance: JVM as a basis for CLR

Jay Freeman (saurik) saurik@saurik.com
Sun, 22 Jul 2001 19:40:19 -0500


Tom:

To make the point, Arun Sharma <bayarea_techie@yahoo.com> recently wrote a
patch to port ORP to POSIX, so it should be able to run on a myriad of
different systems at that point.  He is going to do a little more testing of
it on the various BSD implementations and then contribute it back to Intel.
Or by "retarget" do you mean not to another OS but to another
architecture... in that case I don't see how you gain any benefit from a C#
implementation over a C++ or a C implementation...

Sincerely,
Jay Freeman (saurik)
saurik@saurik.com

----- Original Message -----
From: "Tom" <tom7ca@yahoo.com>
To: "Jay Freeman (saurik)" <saurik@saurik.com>; "mono-list"
<mono-list@ximian.com>
Sent: Sunday, July 22, 2001 3:48 PM
Subject: Re: [Mono-list] JVM performance: JVM as a basis for CLR


...
>
> Yes, that and its apparent performance are a good
> reason to consider it.  The only disadvantage I
> see is that its JIT is written in C++, not Java/C#.
> That makes it harder to retarget.  I wonder whether
> one could set it up so that new JITs could be added
> to it in Java/C#.
>
...
>
> Tom.