[llvm-commits] CVS: llvm-www/ProjectsWithLLVM/index.html

Chris Lattner lattner at cs.uiuc.edu
Thu Sep 1 15:05:08 PDT 2005



Changes in directory llvm-www/ProjectsWithLLVM:

index.html updated: 1.24 -> 1.25
---
Log message:

Add a blurb about pypy


---
Diffs of the changes:  (+27 -0)

 index.html |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+)


Index: llvm-www/ProjectsWithLLVM/index.html
diff -u llvm-www/ProjectsWithLLVM/index.html:1.24 llvm-www/ProjectsWithLLVM/index.html:1.25
--- llvm-www/ProjectsWithLLVM/index.html:1.24	Sun May 29 21:30:03 2005
+++ llvm-www/ProjectsWithLLVM/index.html	Thu Sep  1 17:04:56 2005
@@ -35,6 +35,7 @@
 <div class="www_text">
 
 <ul>
+<li><a href="#pypy">The PyPy Python Implementation Project</a></li>
 <li><a href="#scheme">Scheme to LLVM Translator</a></li>
 <li><a href="#llvmtv">LLVM Visualization Tool</a></li>
 <li><a href="#linearscan">Improvements to Linear Scan register
@@ -50,6 +51,32 @@
 
 </div>
 
+<!--=========================================================================-->
+<div class="www_subsection">
+  <a name="pypy">The PyPy Python Implementation Project</a><br>
+</div>
+<!--=========================================================================-->
+
+<div class="www_subsubsection">
+By <a href="mailto:eric at vanrietpaap.nl">Eric van Riet Paap</a> and the PyPy Team
+</div>
+
+<div class="www_text">
+<p>
+<a href="http://codespeak.net/pypy/">The PyPy Project</a> is a reimplementation
+of <a href="http://www.python.org/">Python</a> written in Python itself, 
+that is flexible and easy to experiment with. Our
+ long-term goals are to target a large variety of platforms, small and large,
+by providing a compiler toolsuite that can produce custom Python versions.
+Platform, Memory and Threading models are to become aspects of the translation
+process - as opposed to encoding low level details into a language 
+implementation itself. Eventually, dynamic optimization techniques - 
+implemented as another translation aspect - should become robust against 
+language changes.</p>
+
+<p>At the time of this writing, PyPy currently targets LLVM and C.</p>
+
+</div>
 
 <!--=========================================================================-->
 <div class="www_subsection">






More information about the llvm-commits mailing list