[pypy-svn] r54194 - pypy/branch/oo-jit/pypy/jit/hintannotator

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


Author: arigo
Date: Mon Apr 28 19:31:26 2008
New Revision: 54194

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

    ------------------------------------------------------------------------
    r52779 | arigo | 2008-03-20 16:25:56 +0100 (Thu, 20 Mar 2008) | 4 lines
    
    Record the causes for SomeLLAbstractVariables
    and print them in the common error message
    "hint %s makes no sense on %s".
    
    ------------------------------------------------------------------------
    r52735 | cfbolz | 2008-03-19 19:52:38 +0100 (Wed, 19 Mar 2008) | 5 lines
    
    (cfbolz, arigo): move the impurity analyzer to translator/backendopt.
    add tests for it. fix a bug.
    
    Note to Antonio: needs a bit more work before it can be useful on ootype :-)
    
    ------------------------------------------------------------------------
    r52609 | arigo | 2008-03-16 17:13:43 +0100 (Sun, 16 Mar 2008) | 2 lines
    
    Metacall stubs.
    
    ------------------------------------------------------------------------
    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