[pypy-svn] r50011 - pypy/branch/llvmgcroot/pypy/rpython/memory/gctransform

arigo at codespeak.net arigo at codespeak.net
Sat Dec 22 16:20:26 CET 2007


Author: arigo
Date: Sat Dec 22 16:20:26 2007
New Revision: 50011

Modified:
   pypy/branch/llvmgcroot/pypy/rpython/memory/gctransform/llvmgcroot.py
Log:
Add a link.


Modified: pypy/branch/llvmgcroot/pypy/rpython/memory/gctransform/llvmgcroot.py
==============================================================================
--- pypy/branch/llvmgcroot/pypy/rpython/memory/gctransform/llvmgcroot.py	(original)
+++ pypy/branch/llvmgcroot/pypy/rpython/memory/gctransform/llvmgcroot.py	Sat Dec 22 16:20:26 2007
@@ -6,6 +6,14 @@
 from pypy.rlib.debug import ll_assert
 
 
+#
+#  This implements a StackRootWalker based on the data produced by
+#  the llvm GC plug-in found over there:
+#
+#     http://codespeak.net/svn/user/arigo/hack/pypy-hack/stackrootwalker
+#
+
+
 class LLVMGcRootFrameworkGCTransformer(FrameworkGCTransformer):
     # XXX this is completely specific to the llvm backend at the moment.
 



More information about the Pypy-commit mailing list