[pypy-svn] r54197 - pypy/branch/oo-jit/pypy/translator/c

arigo at codespeak.net arigo at codespeak.net
Mon Apr 28 19:31:40 CEST 2008


Author: arigo
Date: Mon Apr 28 19:31:38 2008
New Revision: 54197

Added:
   pypy/branch/oo-jit/pypy/translator/c/funcgen.py.merge.tmp
      - copied, changed from r54176, pypy/branch/oo-jit/pypy/translator/c/funcgen.py
Log:
merging of svn+ssh://codespeak.net/svn/pypy/branch/jit-hotpath/pypy/translator/c/funcgen.py
revisions 51111 to 54176:

    ------------------------------------------------------------------------
    r53058 | arigo | 2008-03-28 17:55:59 +0100 (Fri, 28 Mar 2008) | 2 lines
    
    Use a single "jit_marker" operation for all jit-oriented markers.
    
    ------------------------------------------------------------------------
    r52792 | arigo | 2008-03-20 21:54:07 +0100 (Thu, 20 Mar 2008) | 3 lines
    
    Support more types in debug_print and don't crash
    on the remaining unsupported types.
    
    ------------------------------------------------------------------------
    r52728 | cfbolz | 2008-03-19 16:51:29 +0100 (Wed, 19 Mar 2008) | 2 lines
    
    (cfbolz, arigo): Ignore the jit merge_point hint in normal code
    
    ------------------------------------------------------------------------
    r52360 | arigo | 2008-03-10 17:26:12 +0100 (Mon, 10 Mar 2008) | 8 lines
    
    A branch off the jit-refactoring branch to start playing with
    the hotpath approach described in jit-refactoring-plan.txt.
    
    This is all experimental.  Some of the changes in this branch might be
    easy to merge back if the approach seems to work, but some not.  Anyway
    for now I will just go ahead and whack at code just to try things out
    without worrying about merging.
    
    ------------------------------------------------------------------------
    r51125 | cfbolz | 2008-01-30 14:07:44 +0100 (Wed, 30 Jan 2008) | 2 lines
    
    a branch for the rainbow interpreter refactoring
    
    ------------------------------------------------------------------------




More information about the Pypy-commit mailing list