[pypy-svn] r46318 - pypy/branch/merging/rpython

arigo at codespeak.net arigo at codespeak.net
Wed Sep 5 12:33:19 CEST 2007


Author: arigo
Date: Wed Sep  5 12:33:19 2007
New Revision: 46318

Added:
   pypy/branch/merging/rpython/llinterp.py.merge.tmp
      - copied, changed from r46315, pypy/branch/merging/rpython/llinterp.py
Log:
merging of svn+ssh://codespeak.net/svn/pypy/branch/pypy-more-rtti-inprogress/rpython/llinterp.py
revisions 45507 to 46315:

    ------------------------------------------------------------------------
    r46087 | fijal | 2007-08-28 12:55:48 +0200 (Tue, 28 Aug 2007) | 4 lines
    
    Add malloc checking feature to llinterpreter, only works for malloc='raw',
    not sure if debugging info stored there makes sense, but well...
    we'll see.
    
    ------------------------------------------------------------------------
    r46028 | antocuni | 2007-08-27 15:51:13 +0200 (Mon, 27 Aug 2007) | 3 lines
    
    merge exceptiontransform from dist
    
    
    ------------------------------------------------------------------------
    r45656 | arigo | 2007-08-14 18:10:44 +0200 (Tue, 14 Aug 2007) | 6 lines
    
    For backup purposes, in-progress: convert more of the os module to rtti
    and try to get rid of the rllib.ros module by making the native
    interfaces RPythonic.  This looks quite good in my opinion - seems that
    we've finally learned a reasonable way to do external functions.
    
    
    ------------------------------------------------------------------------




More information about the Pypy-commit mailing list