[pypy-svn] r41440 - pypy/dist/pypy/doc

hpk at codespeak.net hpk at codespeak.net
Tue Mar 27 11:26:33 CEST 2007


Author: hpk
Date: Tue Mar 27 11:26:32 2007
New Revision: 41440

Modified:
   pypy/dist/pypy/doc/release-1.0.0.txt
Log:
strike the term "jitted" 


Modified: pypy/dist/pypy/doc/release-1.0.0.txt
==============================================================================
--- pypy/dist/pypy/doc/release-1.0.0.txt	(original)
+++ pypy/dist/pypy/doc/release-1.0.0.txt	Tue Mar 27 11:26:32 2007
@@ -20,7 +20,7 @@
   - low level (C, LLVM) and high level (CLI, Java, Javascript) backends 
 
 - A **Just-In-Time Compiler Generator** able to **automatically**
-  produce "jitted" low-level versions of our Python Interpreter, leading
+  produce low-level versions of our Python Interpreter, leading
   to JIT-typical speedups on algorithmic example code! 
 
 Previous releases and particularly 0.99.0 from February already 



More information about the Pypy-commit mailing list