[pypy-svn] r20123 - pypy/dist/pypy/doc/weekly

mwh at codespeak.net mwh at codespeak.net
Mon Nov 21 13:25:51 CET 2005


Author: mwh
Date: Mon Nov 21 13:25:50 2005
New Revision: 20123

Modified:
   pypy/dist/pypy/doc/weekly/summary-2005-11-18.txt
Log:
one more sentence!


Modified: pypy/dist/pypy/doc/weekly/summary-2005-11-18.txt
==============================================================================
--- pypy/dist/pypy/doc/weekly/summary-2005-11-18.txt	(original)
+++ pypy/dist/pypy/doc/weekly/summary-2005-11-18.txt	Mon Nov 21 13:25:50 2005
@@ -37,7 +37,9 @@
 pypy-llvm is the closest to CPython performance we've gotten yet
 (still about 8 times slower, mind).  The main change is that the list
 of operations that can raise exceptions is now shared with the genc
-backend, reducing duplication and maintence overhead.
+backend, reducing duplication and maintence overhead.  Basically this
+means that the LLVM backend is and should remain compatible with the default
+pypy-c build (no threads, Boehm GC and no stackless features).
 
 There was also progress on the JavaScript backend, mainly focussed on
 adding some of the stackless features currently sported by the C backend.



More information about the Pypy-commit mailing list