Hi,<br><br>I&#39;ve been carefully following your mailing list for years, and using PyPy for<br>different kind of projects, mostly for highly distributed and decentralized systems,<br>and everything is just great compared to CPython, Jython and IronPython.<br>

I&#39;ve even written partial ctypes wrapper for GObject Introspection, so I could<br>use Gtk as GUI toolkit on top of PyPy. Today, I cannot imagine writing Python<br>code without executing it on PyPy because it just feels natural to use it as default<br>

implementation instead of an alternative CPython :)<br><br>I know that you don&#39;t feel that using reference counting as GC mechanism is good<br>idea because of overhead of maintaining reference counts to each object and<br>

non concurrent nature of it, but can you give me any idea where to start and how<br>I can implement reference counting for PyPy. Have in mind that I am not new to <br>Python, and low level stuff, just want to measure performance and possibly<br>

implement alternative reference counting strategies.<br><br>Cheers,<br clear="all">Marko Tasic<br>