[pypy-svn] r41442 - pypy/dist/pypy/doc
pedronis at codespeak.net
pedronis at codespeak.net
Tue Mar 27 11:38:04 CEST 2007
Author: pedronis
Date: Tue Mar 27 11:38:03 2007
New Revision: 41442
Modified:
pypy/dist/pypy/doc/release-1.0.0.txt
Log:
reformulate a bit the JIT Gen para
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:38:03 2007
@@ -20,8 +20,9 @@
- low level (C, LLVM) and high level (CLI, Java, Javascript) backends
- A **Just-In-Time Compiler Generator** able to **automatically**
- produce low-level versions of our Python Interpreter, leading
- to JIT-typical speedups on algorithmic example code!
+ enhance the low-level versions of our Python Interpreter, leading to
+ run-time machine code and JIT-typical speedups on algorithmic
+ example code!
Previous releases and particularly 0.99.0 from February already
highlighted features of our Python implementation and the abilities
More information about the Pypy-commit
mailing list