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

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


Author: arigo
Date: Wed Apr 30 21:21:21 2008
New Revision: 54292

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

    ------------------------------------------------------------------------
    r54283 | arigo | 2008-04-30 17:39:24 +0200 (Wed, 30 Apr 2008) | 3 lines
    
    Missing optimization opportunity: "ANY" should not prevent
    a user subclass from being accepted in a shortcut mm call.
    
    ------------------------------------------------------------------------
    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