[pypy-svn] r40021 - pypy/extradoc/sprintinfo/trillke-2007

bea at codespeak.net bea at codespeak.net
Wed Mar 7 13:25:09 CET 2007


Author: bea
Date: Wed Mar  7 13:25:08 2007
New Revision: 40021

Modified:
   pypy/extradoc/sprintinfo/trillke-2007/sprint-report.txt
Log:
fixed typos - there seem to be two missing pieces before we can send this out - mwh/cf - today?


Modified: pypy/extradoc/sprintinfo/trillke-2007/sprint-report.txt
==============================================================================
--- pypy/extradoc/sprintinfo/trillke-2007/sprint-report.txt	(original)
+++ pypy/extradoc/sprintinfo/trillke-2007/sprint-report.txt	Wed Mar  7 13:25:08 2007
@@ -2,7 +2,7 @@
 
 25th sprint, 18th and final EU funded
 
-As has become ususal, the sprint began with a tutorial for those
+As has become usual, the sprint began with a tutorial for those
 participants who are less familiar with PyPy code base.  This time
 Carl Friedrich was talking to Georg Brandl, an interested CPython
 developer, and Anders (only the third Anders to be involved in the
@@ -58,7 +58,7 @@
 of global variables, and during one that took place here about various
 corner cases, Armin and Carl Friedrich and Samuele removed from PyPy
 some of the strange things CPython does to determine what the
-__builtins__ are for the executiong of a given frame -- of course,
+__builtins__ are for the execution of a given frame -- of course,
 depending on the value of PyPy's five millionth configuration option.
 
 Holger and Antonio came up with yet another optimization idea along
@@ -73,7 +73,7 @@
 To do this they wrote some small benchmarks in RPython and stared at
 some code, but the main problem seems to be that Mono on PowerPC just
 isn't that good: running pypy-cli using Microsoft's runtime shows
-performance just 3-4 time slower than pypy-c.
+performance just 3-4 times slower than pypy-c.
 
 After this, they worked on streamlining PyPy's much complained about
 external function interface (and also broke translation a few times in
@@ -88,7 +88,7 @@
 performance and Samuele made the taint object space translatable.
 
 Georg and Alexander implemented some of Python 2.5's features in the
-interpeter, in particular support for __index__ and some extensions to
+interpreter, in particular support for __index__ and some extensions to
 string and dict methods.
 
 Anders and Anders worked very productively on fixing some of the bugs
@@ -144,7 +144,7 @@
 
 Maciej worked on the lib/distributed code that demonstrates the PyPy's
 transparent proxies.  After a bit of effort, he was able to write a
-demo that implemented a remote version of pdb by simply by creating a
+demo that implemented a remote version of pdb by simply creating a
 traceback object that proxied all operations to a remote process.
 
 Michael and Richard spent a day or so on the LLVM backend, which of



More information about the Pypy-commit mailing list