[pypy-svn] r49846 - pypy/dist/pypy/rpython/memory

arigo at codespeak.net arigo at codespeak.net
Sun Dec 16 17:39:17 CET 2007


Author: arigo
Date: Sun Dec 16 17:39:17 2007
New Revision: 49846

Added:
   pypy/dist/pypy/rpython/memory/gcwrapper.py.merge.tmp
      - copied, changed from r49844, pypy/dist/pypy/rpython/memory/gcwrapper.py
Log:
merging of svn+ssh://codespeak.net/svn/pypy/branch/lazy-write-barrier/pypy/rpython/memory/gcwrapper.py
revisions 49724 to 49844:

    ------------------------------------------------------------------------
    r49815 | fijal | 2007-12-15 13:57:29 +0100 (Sat, 15 Dec 2007) | 2 lines
    
    Merge dist -> branch
    
    ------------------------------------------------------------------------
    r49790 | arigo | 2007-12-14 16:51:03 +0100 (Fri, 14 Dec 2007) | 3 lines
    
    * Adapt gcwrapper to the new world.
    * Surely GCFLAG_NEVER_SET should be set on immortal objects?
    
    ------------------------------------------------------------------------
    r49777 | fijal | 2007-12-14 13:15:57 +0100 (Fri, 14 Dec 2007) | 2 lines
    
    Create a branch from 49724 to experiment with lazy write barrier
    
    ------------------------------------------------------------------------




More information about the Pypy-commit mailing list