[pypy-svn] r79577 - in pypy/extradoc/pypy.org: . source

fijal at codespeak.net fijal at codespeak.net
Fri Nov 26 18:40:36 CET 2010


Author: fijal
Date: Fri Nov 26 18:40:35 2010
New Revision: 79577

Modified:
   pypy/extradoc/pypy.org/index.html
   pypy/extradoc/pypy.org/source/index.txt
Log:
update

Modified: pypy/extradoc/pypy.org/index.html
==============================================================================
--- pypy/extradoc/pypy.org/index.html	(original)
+++ pypy/extradoc/pypy.org/index.html	Fri Nov 26 18:40:35 2010
@@ -52,7 +52,7 @@
 <blockquote>
 <ul class="simple">
 <li><strong>Speed:</strong> thanks to its Just-in-Time compiler, Python programs
-often run <a class="reference external" href="http://speed.pypy.org/">faster</a> on PyPy.  <a class="reference external" href="http://en.wikipedia.org/wiki/Just-in-time_compilation">(What is a JIT compiler?)</a></li>
+often run <a class="reference external" href="http://speed.pypy.org/comparison/?exe=2%2B35,1%2BL&amp;ben=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20&amp;env=1&amp;hor=false&amp;bas=2%2B35&amp;chart=normal+bars">faster</a> on PyPy.  <a class="reference external" href="http://en.wikipedia.org/wiki/Just-in-time_compilation">(What is a JIT compiler?)</a></li>
 <li><strong>Memory usage:</strong> large, memory-hungry Python programs might end up
 taking <a class="reference external" href="http://morepypy.blogspot.com/2009/10/gc-improvements.html">less space</a> than they do in CPython.</li>
 <li><strong>Sandboxing:</strong> PyPy provides the ability to <a class="reference external" href="features.html#sandboxing">run untrusted code</a> in a

Modified: pypy/extradoc/pypy.org/source/index.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/index.txt	(original)
+++ pypy/extradoc/pypy.org/source/index.txt	Fri Nov 26 18:40:35 2010
@@ -32,7 +32,7 @@
 
 .. _`stackless`: http://www.stackless.com/
 .. _`Python`: http://python.org/
-.. _`faster`: http://speed.pypy.org/
+.. _`faster`: http://speed.pypy.org/comparison/?exe=2%2B35,1%2BL&ben=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20&env=1&hor=false&bas=2%2B35&chart=normal+bars
 .. _`(What is a JIT compiler?)`: http://en.wikipedia.org/wiki/Just-in-time_compilation
 .. _`run untrusted code`: features.html#sandboxing
 .. _`very compliant`: compat.html



More information about the Pypy-commit mailing list