[pypy-svn] r40694 - pypy/dist/pypy/jit/codegen/ppc

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


Author: arigo
Date: Sun Mar 18 14:34:02 2007
New Revision: 40694

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

    ------------------------------------------------------------------------
    r38136 | arigo | 2007-02-08 11:12:34 +0100 (Thu, 08 Feb 2007) | 2 lines
    
    Merge the new 386 jit backend into the jit-virtual-world branch.
    
    ------------------------------------------------------------------------
    r38060 | arigo | 2007-02-07 13:44:55 +0100 (Wed, 07 Feb 2007) | 2 lines
    
    A branch with a refactoring of the i386 backend.
    
    ------------------------------------------------------------------------
    r37821 | arigo | 2007-02-02 20:55:35 +0100 (Fri, 02 Feb 2007) | 6 lines
    
    (arre, pedronis, arigo)
    
    Added RGenOp.genzeroconst(kind), convenient for the front-end and
    allowing the llgraph backend to produce a NULL pointer of precisely
    the correct type.  Easy implementation for the other backends.
    
    ------------------------------------------------------------------------
    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