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
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-04-15 16:21:21 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-04-15 16:21:21 +0400
commit4bc54249e38065435721a6a6544075de0e18cd04 (patch)
treeecf37c4fc62eed60dee3f405df29e15287d13f52 /web/runtime
parentf3cd574ac3e12fca06d1142b1296bf41dac7780d (diff)
Add new files
svn path=/trunk/mono/; revision=3828
Diffstat (limited to 'web/runtime')
-rw-r--r--web/runtime15
1 files changed, 14 insertions, 1 deletions
diff --git a/web/runtime b/web/runtime
index b452dec52b3..981e2a8d88c 100644
--- a/web/runtime
+++ b/web/runtime
@@ -59,7 +59,7 @@
layout the code to support non-IA32 architectures. Our work
will be focused on getting a IA32 version running first.
- The JIT engine should work on Linux and Win32, although you
+ The JIT engine works on Linux and Win32, although you
will need to install the CygWin32 development tools to get a
Unix-like compilation environment (mostly we use GNU make in
a few of the makefiles).
@@ -164,3 +164,16 @@
Initially we used libffi, but it was fairly slow, so we have
reused parts of the JIT work to create efficient PInvoke trampolines.
+
+** Remoting
+
+ Mono has support for remoting and proxy objects, just like
+ .NET does. The runtime provides these facilities.
+
+** Porting
+
+ If you are interested in porting the Mono runtime to other
+ platforms, you might find the pre-compiled <a
+ href="archive/mono-tests.tar.gz">Mono regression test
+ suite</a> useful to debug your implementation.
+