[pypy-svn] r46506 - in pypy: branch/cleanup-weakref dist/pypy/annotation dist/pypy/module dist/pypy/rlib dist/pypy/rpython dist/pypy/rpython/lltypesystem dist/pypy/rpython/memory dist/pypy/translator dist/pypy/translator/c dist/pypy/translator/cli dist/pypy/translator/jvm dist/pypy/translator/llvm/test dist/pypy/translator/oosupport/test_template dist/pypy/translator/stackless

arigo at codespeak.net arigo at codespeak.net
Wed Sep 12 18:01:43 CEST 2007


Author: arigo
Date: Wed Sep 12 18:01:42 2007
New Revision: 46506

Added:
   pypy/dist/pypy/annotation/
      - copied from r46505, pypy/branch/cleanup-weakref/pypy/annotation/
   pypy/dist/pypy/module/
      - copied from r46505, pypy/branch/cleanup-weakref/pypy/module/
   pypy/dist/pypy/rlib/
      - copied from r46505, pypy/branch/cleanup-weakref/pypy/rlib/
   pypy/dist/pypy/rpython/lltypesystem/
      - copied from r46505, pypy/branch/cleanup-weakref/pypy/rpython/lltypesystem/
   pypy/dist/pypy/rpython/memory/
      - copied from r46505, pypy/branch/cleanup-weakref/pypy/rpython/memory/
   pypy/dist/pypy/rpython/raddress.py
      - copied unchanged from r46505, pypy/branch/cleanup-weakref/pypy/rpython/raddress.py
   pypy/dist/pypy/rpython/rbuiltin.py
      - copied unchanged from r46505, pypy/branch/cleanup-weakref/pypy/rpython/rbuiltin.py
   pypy/dist/pypy/rpython/rmodel.py
      - copied unchanged from r46505, pypy/branch/cleanup-weakref/pypy/rpython/rmodel.py
   pypy/dist/pypy/rpython/rweakref.py
      - copied unchanged from r46505, pypy/branch/cleanup-weakref/pypy/rpython/rweakref.py
   pypy/dist/pypy/translator/c/
      - copied from r46505, pypy/branch/cleanup-weakref/pypy/translator/c/
   pypy/dist/pypy/translator/cli/metavm.py
      - copied unchanged from r46505, pypy/branch/cleanup-weakref/pypy/translator/cli/metavm.py
   pypy/dist/pypy/translator/cli/opcodes.py
      - copied unchanged from r46505, pypy/branch/cleanup-weakref/pypy/translator/cli/opcodes.py
   pypy/dist/pypy/translator/exceptiontransform.py
      - copied unchanged from r46505, pypy/branch/cleanup-weakref/pypy/translator/exceptiontransform.py
   pypy/dist/pypy/translator/jvm/metavm.py
      - copied unchanged from r46505, pypy/branch/cleanup-weakref/pypy/translator/jvm/metavm.py
   pypy/dist/pypy/translator/jvm/opcodes.py
      - copied unchanged from r46505, pypy/branch/cleanup-weakref/pypy/translator/jvm/opcodes.py
   pypy/dist/pypy/translator/llvm/test/test_lladdresses.py
      - copied unchanged from r46505, pypy/branch/cleanup-weakref/pypy/translator/llvm/test/test_lladdresses.py
   pypy/dist/pypy/translator/oosupport/test_template/objectmodel.py
      - copied unchanged from r46505, pypy/branch/cleanup-weakref/pypy/translator/oosupport/test_template/objectmodel.py
   pypy/dist/pypy/translator/stackless/
      - copied from r46505, pypy/branch/cleanup-weakref/pypy/translator/stackless/
Removed:
   pypy/branch/cleanup-weakref/
Log:
(cfbolz, arigo)  merge the cleanup-weakref branch.
Weakrefs are now malloced objects on their own, and
the ll code manipulates (regular) pointers to such
objects.




More information about the Pypy-commit mailing list