[pypy-svn] r12591 - pypy/dist/pypy/documentation

pedronis at codespeak.net pedronis at codespeak.net
Fri May 20 03:44:23 CEST 2005


Author: pedronis
Date: Fri May 20 03:44:22 2005
New Revision: 12591

Modified:
   pypy/dist/pypy/documentation/index.txt
Log:
fixing some typos

some "relevance" reordering and some additions to the links list 



Modified: pypy/dist/pypy/documentation/index.txt
==============================================================================
--- pypy/dist/pypy/documentation/index.txt	(original)
+++ pypy/dist/pypy/documentation/index.txt	Fri May 20 03:44:22 2005
@@ -40,20 +40,27 @@
   what the pypy project is about and why you should care
 
 * Dynamo_ showcased `transparent dynamic optimization`_
-  generating translating a binary program into an optimizied version at runtime. 
+  generating an optimized version of a binary program at runtime. 
 
-* spyweb_ translates Python programs to Scheme. 
+* Tayloring Dynamo_ to interpreter implementations and challenges,
+  Gregory Sullivan et. al., 
+  `Dynamic Native Optimization of Native Interpreters`_. IVME 03. 2003.
 
-* `GNU lightning`_ generates assembly language at runtime. 
+* JikesRVM_ a research dynamic optimizing Java VM written in Java.
+
+* `Squeak`_ is a Smalltalk-80 implementation written in
+  Smalltalk, being used in `Croquet`_, an experimental 
+  distributed multi-user/multi-programmer virtual world. 
 
 * `LLVM`_ the low level virtual machine project. 
+  
+* spyweb_ translates Python programs to Scheme. 
 
 * `Iron Python`_ a new Python implementation compiling Python into 
   Microsofts Common Language Runtime (CLR) Intermediate Language (IL).
 
-* `Squeak`_ is a Smalltalk-80 implementation written in
-  Smalltalk, being used in `Croquet`_, an experimental 
-  distributed multi-user/multi-programmer virtual world. 
+* `GNU lightning`_ generates assembly language at runtime. 
+
 
 .. _`Squeak`: http://www.squeak.org/
 .. _`Croquet`: http://www.opencroquet.org/
@@ -69,3 +76,5 @@
 .. _`GNU lightning`: http://www.gnu.org/software/lightning/lightning.html
 .. _LLVM: http://llvm.cs.uiuc.edu/
 .. _IronPython: http://www.python.org/pycon/dc2004/papers/9/
+.. _`Dynamic Native Optimization of Native Interpreters`: http://www.ai.mit.edu/~gregs/dynamorio.html
+.. _JikesRVM: http://jikesrvm.sf.net



More information about the Pypy-commit mailing list