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:
Diffstat (limited to 'mono/jit/README')
-rw-r--r--mono/jit/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/mono/jit/README b/mono/jit/README
new file mode 100644
index 00000000000..3d3eeeb59d9
--- /dev/null
+++ b/mono/jit/README
@@ -0,0 +1,10 @@
+Hello fellow developer,
+
+ This directory contains the first implementation of the Mono just-in-time
+compiler. This is what most people use as of April 2003 but we are phasing it
+out in favor of the new compilation architecture found in the directory "mini".
+
+ We encourage developers and contributors to look at the other JIT engine,
+as it is more extensible, easier, cleaner and more powerful.
+
+Miguel.