[pypy-svn] r40684 - pypy/dist/pypy/translator/backendopt

arigo at codespeak.net arigo at codespeak.net
Sun Mar 18 14:32:53 CET 2007


Author: arigo
Date: Sun Mar 18 14:32:47 2007
New Revision: 40684

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

    ------------------------------------------------------------------------
    r38055 | arigo | 2007-02-07 13:24:34 +0100 (Wed, 07 Feb 2007) | 4 lines
    
    Update removeassert to have it turn asserts into a 'debug_assert'
    lloperation.  Fix all.py, which in the case where most optimizations
    are disabled, would not do any constfold even if asked to.
    
    ------------------------------------------------------------------------
    r37848 | pedronis | 2007-02-03 04:21:59 +0100 (Sat, 03 Feb 2007) | 3 lines
    
    umph
    
    
    ------------------------------------------------------------------------
    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