[pypy-svn] r54291 - pypy/dist/pypy/objspace/std

arigo at codespeak.net arigo at codespeak.net
Wed Apr 30 21:21:17 CEST 2008


Author: arigo
Date: Wed Apr 30 21:21:17 2008
New Revision: 54291

Added:
   pypy/dist/pypy/objspace/std/objspace.py.merge.tmp
      - copied, changed from r54289, pypy/dist/pypy/objspace/std/objspace.py
Log:
merging of svn+ssh://codespeak.net/svn/pypy/branch/faster-binop/pypy/objspace/std/objspace.py
revisions 54263 to 54289:

    ------------------------------------------------------------------------
    r54286 | arigo | 2008-04-30 19:10:51 +0200 (Wed, 30 Apr 2008) | 2 lines
    
    Typo.
    
    ------------------------------------------------------------------------
    r54285 | arigo | 2008-04-30 19:03:32 +0200 (Wed, 30 Apr 2008) | 3 lines
    
    Playing around with a possible getattr optimization.
    Not too happy about the code duplication.
    
    ------------------------------------------------------------------------
    r54284 | arigo | 2008-04-30 17:59:19 +0200 (Wed, 30 Apr 2008) | 2 lines
    
    Introduce this optimization as a config option.
    
    ------------------------------------------------------------------------
    r54270 | arigo | 2008-04-30 14:57:22 +0200 (Wed, 30 Apr 2008) | 3 lines
    
    builtinshortcut support for most of the remaining operations
    as well as is_true().
    
    ------------------------------------------------------------------------
    r54269 | arigo | 2008-04-30 14:02:39 +0200 (Wed, 30 Apr 2008) | 2 lines
    
    A first attempt.  Idea described in builtinshortcut.py.
    
    ------------------------------------------------------------------------
    r54264 | arigo | 2008-04-30 12:24:49 +0200 (Wed, 30 Apr 2008) | 3 lines
    
    A branch in which to try to improve the speed of
    binary operations between objects of a built-in type.
    
    ------------------------------------------------------------------------




More information about the Pypy-commit mailing list