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

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


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

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

    ------------------------------------------------------------------------
    r49841 | arigo | 2007-12-16 16:26:08 +0100 (Sun, 16 Dec 2007) | 2 lines
    
    Some confusion about the meaning of "prebuilt_gc_objects_are_static_roots".
    
    ------------------------------------------------------------------------
    r49840 | arigo | 2007-12-16 16:21:48 +0100 (Sun, 16 Dec 2007) | 2 lines
    
    IMHO a saner default value for the mutable_only keyword argument.
    
    ------------------------------------------------------------------------
    r49839 | fijal | 2007-12-16 16:11:35 +0100 (Sun, 16 Dec 2007) | 4 lines
    
    * Keep stackroots non-gc first, iterate backwards
    * Cleanup gctypelayout in order to get rid of hacks
    * Few renames.
    
    ------------------------------------------------------------------------
    r49815 | fijal | 2007-12-15 13:57:29 +0100 (Sat, 15 Dec 2007) | 2 lines
    
    Merge dist -> branch
    
    ------------------------------------------------------------------------
    r49792 | arigo | 2007-12-14 16:54:44 +0100 (Fri, 14 Dec 2007) | 2 lines
    
    Don't overwrite the flags provided by GenerationGC.init_gc_object_immortal().
    
    ------------------------------------------------------------------------
    r49788 | fijal | 2007-12-14 16:36:30 +0100 (Fri, 14 Dec 2007) | 2 lines
    
    Don't check in pdb
    
    ------------------------------------------------------------------------
    r49787 | fijal | 2007-12-14 16:35:17 +0100 (Fri, 14 Dec 2007) | 2 lines
    
    Another evil hack in the gctypelayout (C-c C-v programming)
    
    ------------------------------------------------------------------------
    r49781 | fijal | 2007-12-14 14:05:19 +0100 (Fri, 14 Dec 2007) | 2 lines
    
    Fix calculation
    
    ------------------------------------------------------------------------
    r49780 | fijal | 2007-12-14 13:55:46 +0100 (Fri, 14 Dec 2007) | 2 lines
    
    inprogress checkin of lazy write barrier approach
    
    ------------------------------------------------------------------------
    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