summaryrefslogtreecommitdiff
path: root/lang/jdk-openjit/DESCR
diff options
context:
space:
mode:
authorjlam <jlam>2003-07-01 19:02:34 +0000
committerjlam <jlam>2003-07-01 19:02:34 +0000
commiteccbbf193db7b709f5cfee46cfc2c69c4335661c (patch)
tree0d6711e896353699862fee7234a1f1c329dbff13 /lang/jdk-openjit/DESCR
parentd6a992c477744eb92fba2d2fd1add145783d794f (diff)
downloadpkgsrc-eccbbf193db7b709f5cfee46cfc2c69c4335661c.tar.gz
Initial import of lang/jdk-openjit.
The OpenJIT project is an ongoing Java[tm] the programming language JIT compiler project as a collaborative effort between Tokyo Institute of Technology and Fujitsu Laboratory, partly sponsored by the Information Promotion Agency of Japan. OpenJIT is a "reflective" JIT compiler in that not only it is almost entirely written in Java, but also that it bootstraps and compiles itself during execution of the user program, and compiler components coexist as first-class objects in user heap space. This was imported from wip/jdk-openjit, provided by Todd Vierling <tv at pobox dot com> with some minor changes by me.
Diffstat (limited to 'lang/jdk-openjit/DESCR')
-rw-r--r--lang/jdk-openjit/DESCR9
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/jdk-openjit/DESCR b/lang/jdk-openjit/DESCR
new file mode 100644
index 00000000000..47e55580e9e
--- /dev/null
+++ b/lang/jdk-openjit/DESCR
@@ -0,0 +1,9 @@
+The OpenJIT project is an ongoing Java[tm] the programming language JIT
+compiler project as a collaborative effort between Tokyo Institute of
+Technology and Fujitsu Laboratory, partly sponsored by the Information
+Promotion Agency of Japan.
+
+OpenJIT is a "reflective" JIT compiler in that not only it is almost
+entirely written in Java, but also that it bootstraps and compiles
+itself during execution of the user program, and compiler components
+coexist as first-class objects in user heap space.