[vmkit-commits] [vmkit] r122151 - /vmkit/trunk/README.txt

Nicolas Geoffray nicolas.geoffray at lip6.fr
Sat Dec 18 01:30:24 PST 2010


Author: geoffray
Date: Sat Dec 18 03:30:24 2010
New Revision: 122151

URL: http://llvm.org/viewvc/llvm-project?rev=122151&view=rev
Log:
Remove useless file.


Removed:
    vmkit/trunk/README.txt

Removed: vmkit/trunk/README.txt
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/README.txt?rev=122150&view=auto
==============================================================================
--- vmkit/trunk/README.txt (original)
+++ vmkit/trunk/README.txt (removed)
@@ -1,26 +0,0 @@
-//===---------------------------------------------------------------------===//
-// General notes
-//===---------------------------------------------------------------------===//
-
-VMKit is the composition of three libraries:
-1) MVM: threads, GCs, and JIT interface
-2) J3: a Java Virtual Machine implemented with MVM and LLVM
-3) N3: a CLI implementation with MVM and LLVM
-
-These are the options you should pass to the ./configure script
---with-llvmsrc: the source directory of LLVM
---with-llvmobj: the object directory of LLVM
---with-gnu-classpath-libs: GNU classpath libraries
---with-gnu-classpath-glibj: GNU classpath glibj.zip
---with-pnet-local-prefix: the local build of PNET
---with-pnetlib: PNET's mscorlib.dll
---with-mono: Mono's mscorlib.dll
---with-gc: use either gc-mmap or MMTk (requires --with-llvmgcc)
-
-Running make on the root tree will produce the following "tools":
-1) Debug|Release/bin/j3: running the J3 like any other JVM.
-2) Debug|Release/bin/n3-pnetlib: running N3 like CLR.
-2) Debug|Release/bin/vmkit: shell-like vm launcher.
-2) Debug|Release/bin/vmjc: ahead of time compiler for .class files.
-
-J3 also has a README note.





More information about the vmkit-commits mailing list