[pypy-svn] r78613 - pypy/extradoc/sprintinfo/ddorf2010

arigo at codespeak.net arigo at codespeak.net
Sun Oct 31 15:14:07 CET 2010


Author: arigo
Date: Sun Oct 31 15:14:06 2010
New Revision: 78613

Modified:
   pypy/extradoc/sprintinfo/ddorf2010/report.rst
Log:
Typos.


Modified: pypy/extradoc/sprintinfo/ddorf2010/report.rst
==============================================================================
--- pypy/extradoc/sprintinfo/ddorf2010/report.rst	(original)
+++ pypy/extradoc/sprintinfo/ddorf2010/report.rst	Sun Oct 31 15:14:06 2010
@@ -9,7 +9,7 @@
 
 David spent the sprint working on the `arm-backend`_ branch, which is adding an
 ARM backend to the JIT. With the help of Armin he added support for bridges in
-the JIT and generally implemented missing operations, mostly for handling integers.
+the JIT and generally implemented missing operations, mostly for handling integers so far.
 
 .. _`arm-backend`: http://codespeak.net/svn/pypy/branch/arm-backend/
 
@@ -27,7 +27,7 @@
 Carl Friedrich and Lukas started working in earnest on memory benchmarks to
 understand the memory behaviour of Python code better. They have now
 implemented a generic memory benchmark runner and a simple analysis that walks
-all objectsf and collects size information about them. They also added some
+all objects and collects size information about them. They also added some
 benchmarks that were proposed in the comments of the recent `call for
 benchmarks`_. As soon as some results from that work are there, we will post
 about them.



More information about the Pypy-commit mailing list