[pypy-svn] r54266 - in pypy/dist/pypy: rpython/lltypesystem rpython/memory/gc rpython/memory/test translator/c/gcc

arigo at codespeak.net arigo at codespeak.net
Wed Apr 30 12:35:26 CEST 2008


Author: arigo
Date: Wed Apr 30 12:35:26 2008
New Revision: 54266

Added:
   pypy/dist/pypy/rpython/lltypesystem/
      - copied from r54265, pypy/branch/gc-improvements/pypy/rpython/lltypesystem/
   pypy/dist/pypy/rpython/memory/gc/
      - copied from r54265, pypy/branch/gc-improvements/pypy/rpython/memory/gc/
   pypy/dist/pypy/rpython/memory/test/test_gc.py
      - copied unchanged from r54265, pypy/branch/gc-improvements/pypy/rpython/memory/test/test_gc.py
   pypy/dist/pypy/translator/c/gcc/
      - copied from r54265, pypy/branch/gc-improvements/pypy/translator/c/gcc/
Log:
Merge the gc-improvements branch.  This adds support to the hybrid GC
for making objects non-movable after they have been moved a few times
by the semispace logic.  Fine-tuning is still missing.




More information about the Pypy-commit mailing list