[pypy-dev] Thoughts on multithreading in PyPy

pypy at pocketnix.org pypy at pocketnix.org
Sun Apr 10 13:33:40 CEST 2011


What i am wondering about is if some of the base services provided by 
pypy can be moved into another thread, eg GC and JIT compilation and 
how much of a benfiit there would be to doing so

at least with moving the gc to another thread i would think that doing 
so would provide some insight into concurrent access to python objects



More information about the Pypy-dev mailing list