[pypy-svn] r54193 - pypy/branch/oo-jit/pypy/jit/timeshifter

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


Author: arigo
Date: Mon Apr 28 19:31:22 2008
New Revision: 54193

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

    ------------------------------------------------------------------------
    r53193 | arigo | 2008-03-31 10:33:07 +0200 (Mon, 31 Mar 2008) | 4 lines
    
    Now that we removed the 'ptrkind' argument to the genop_ptr_*()
    methods, we don't need them any more at all: they can be handled
    by genop1() and genop2(), as they originally were.  Kill kill!
    
    ------------------------------------------------------------------------
    r53111 | cfbolz | 2008-03-29 21:25:14 +0100 (Sat, 29 Mar 2008) | 2 lines
    
    another loose end
    
    ------------------------------------------------------------------------
    r53109 | cfbolz | 2008-03-29 20:53:43 +0100 (Sat, 29 Mar 2008) | 3 lines
    
    remove most uses of kind tokens in the codegen interface, since it didn't
    really help the backend. Probably small amounts of breakage left.
    
    ------------------------------------------------------------------------
    r53077 | antocuni | 2008-03-29 10:58:05 +0100 (Sat, 29 Mar 2008) | 3 lines
    
    test_known_nonzero pass for ootype
    
    
    ------------------------------------------------------------------------
    r52895 | antocuni | 2008-03-25 10:57:25 +0100 (Tue, 25 Mar 2008) | 3 lines
    
    finish porting of exception.py to ootype. Three more tests pass
    
    
    ------------------------------------------------------------------------
    r52778 | antocuni | 2008-03-20 16:09:28 +0100 (Thu, 20 Mar 2008) | 3 lines
    
    more refactoring towards a working rainbow for ootype
    
    
    ------------------------------------------------------------------------
    r52409 | arigo | 2008-03-12 12:11:54 +0100 (Wed, 12 Mar 2008) | 3 lines
    
    Enough of the fallback interpreter to support the current test
    (which does not pass yet for other reasons).
    
    ------------------------------------------------------------------------
    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.
    
    ------------------------------------------------------------------------
    r51237 | cfbolz | 2008-02-04 10:31:20 +0100 (Mon, 04 Feb 2008) | 2 lines
    
    clean up the Pseudo* stuff
    
    ------------------------------------------------------------------------
    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