[pypy-svn] r12575 - pypy/dist/pypy/annotation

tismer at codespeak.net tismer at codespeak.net
Thu May 19 21:36:46 CEST 2005


Author: tismer
Date: Thu May 19 21:36:46 2005
New Revision: 12575

Modified:
   pypy/dist/pypy/annotation/model.py
Log:
some commentary about compressen updated

Modified: pypy/dist/pypy/annotation/model.py
==============================================================================
--- pypy/dist/pypy/annotation/model.py	(original)
+++ pypy/dist/pypy/annotation/model.py	Thu May 19 21:36:46 2005
@@ -44,7 +44,7 @@
 
 As a first approach to break this thing down, I slottified
 all of these objects. The result was not overwhelming:
-A savingof 5MB,but four percent of slowdown, since object
+A savingof 5MB, but four percent of slowdown, since object
 comparison got much more expensive, by lacking a __dict__.
 
 So I trashed 8 hours of work, without a check-in. (Just
@@ -52,8 +52,9 @@
 
 Then I tried to make allinstances unique and wrote a lot
 of attribute tracking code here, locked write access
-outside of __init__, and patched manz modules and serveral
+outside of __init__, and patched many modules and several
 hundred lines of code.
+Finally I came up with a better concept, which is postponed.
 
 """
 



More information about the Pypy-commit mailing list