[pypy-svn] r40671 - pypy/dist/pypy/interpreter

arigo at codespeak.net arigo at codespeak.net
Sun Mar 18 14:31:29 CET 2007


Author: arigo
Date: Sun Mar 18 14:31:23 2007
New Revision: 40671

Added:
   pypy/dist/pypy/interpreter/gateway.py.merge.tmp
      - copied, changed from r40668, pypy/dist/pypy/interpreter/gateway.py
Log:
merging of http://codespeak.net/svn/pypy/branch/jit-virtual-world/pypy/interpreter/gateway.py
revisions 37673 to 40668:

    ------------------------------------------------------------------------
    r40554 | arigo | 2007-03-15 19:23:57 +0100 (Thu, 15 Mar 2007) | 6 lines
    
    (same guys)
    
    Enough hints to produce good code (yay! yay! yay!) from a Python function
    that does nothing else but a chain of additions between integers.
    
    
    ------------------------------------------------------------------------
    r37675 | arigo | 2007-01-31 16:50:27 +0100 (Wed, 31 Jan 2007) | 2 lines
    
    A branch in which to try to make PyPy frames virtualizable.
    
    ------------------------------------------------------------------------




More information about the Pypy-commit mailing list