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 _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
