Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/java
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-05-05 18:20:12 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-05-05 18:20:12 +0400
commitcb2dbaaed6822b7673f060b14581f29914d9ec15 (patch)
treeede74b780c7dbb320a5a05a9e59d9adcde18a78e /web/java
parenta4df47fdd4832437055f49598243fe619f932315 (diff)
few updates to the web site
svn path=/trunk/mono/; revision=4307
Diffstat (limited to 'web/java')
-rwxr-xr-xweb/java10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/java b/web/java
index a6cd58f34af..cf1afa1a39e 100755
--- a/web/java
+++ b/web/java
@@ -10,6 +10,16 @@
Microsoft J# compiler. We could then allow the migration of
Java applications to the Mono runtime.
+** Native compiler
+
+ Although a native compiler can be built, and probably should be
+ built using an existing compiler, a short term solution is to
+ build a translator from Java class files to the ECMA CIL images.
+
+ This has the advantage that we can use an existing and tested
+ Java compiler to generate the code, and then we can use an automated
+ code compiler that compiles Java VM bytecodes to CIL bytecodes.
+
** The translator.
It would be interesting to write a semantic translator that