[pypy-svn] r40669 - pypy/dist/pypy/rpython

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


Author: arigo
Date: Sun Mar 18 14:31:09 2007
New Revision: 40669

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

    ------------------------------------------------------------------------
    r40622 | arigo | 2007-03-16 23:06:38 +0100 (Fri, 16 Mar 2007) | 7 lines
    
    (arigo, pedronis)
    
    We should never constant-folding CDefinedIntSymbolics.
    Only the llinterpreter is allowed to use the 'default'.
    
    The hintannotator test failed because of that.
    
    ------------------------------------------------------------------------
    r40583 | pedronis | 2007-03-16 14:04:32 +0100 (Fri, 16 Mar 2007) | 3 lines
    
    oops, forgot to add the new test file
    
    
    ------------------------------------------------------------------------
    r40500 | arigo | 2007-03-14 19:48:50 +0100 (Wed, 14 Mar 2007) | 6 lines
    
    (arigo, arre, pedronis)
    
    Support for the 'int_xyz_ovf' kind of operations in the timeshifter and
    the llgraph back-end.
    
    
    ------------------------------------------------------------------------
    r37966 | arigo | 2007-02-05 15:23:58 +0100 (Mon, 05 Feb 2007) | 10 lines
    
    (pedronis, arre, arigo)
    
    * simplify exceptiontransform to use a Struct instead of an RPyhton
      instance to store the current exception.
    
    * after residual calls, if possible, we check for exceptions using
      promotion.  This allows the JIT compiler to only produce code
      for the branch that is actually taken (i.e. the non-exceptional
      branch, usually).
    
    ------------------------------------------------------------------------
    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