[pypy-svn] r54186 - pypy/branch/oo-jit/pypy/rpython

arigo at codespeak.net arigo at codespeak.net
Mon Apr 28 19:30:54 CEST 2008


Author: arigo
Date: Mon Apr 28 19:30:54 2008
New Revision: 54186

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

    ------------------------------------------------------------------------
    r53076 | antocuni | 2008-03-29 10:46:18 +0100 (Sat, 29 Mar 2008) | 3 lines
    
    make llhelper() working also with ootype
    
    
    ------------------------------------------------------------------------
    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.
    
    ------------------------------------------------------------------------
    r52215 | arigo | 2008-03-06 15:58:49 +0100 (Thu, 06 Mar 2008) | 2 lines
    
    Typo
    
    ------------------------------------------------------------------------
    r52214 | arigo | 2008-03-06 15:28:48 +0100 (Thu, 06 Mar 2008) | 2 lines
    
    Oh well.  Very ad hoc function to support the JIT...
    
    ------------------------------------------------------------------------
    r52213 | arigo | 2008-03-06 13:32:33 +0100 (Thu, 06 Mar 2008) | 2 lines
    
    A skipped test documenting what doesn't work with llhelper().
    
    ------------------------------------------------------------------------
    r52092 | arigo | 2008-03-03 15:52:30 +0100 (Mon, 03 Mar 2008) | 4 lines
    
    Whack until exceptions within ll_continue_compilation()
    no longer give obscure infinite loops when stdout is
    captured by py.test.
    
    ------------------------------------------------------------------------
    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