Re: [pypy-dev] Compiling PyPy interpreter without GC

2015-03-19 Thread Carl Friedrich Bolz
On 18/03/15 23:42, John Zhang wrote: Hi Carl, Great! It worked! So the option disables all modules, and IO as well? They enable a lot of built-in modules, and the _io module in particular. Those need weak references and can be fixed later. CF

Re: [pypy-dev] Compiling PyPy interpreter without GC

2015-03-19 Thread Kunshan Wang
Hi Maciej, I am a PhD student at the Australian National University. I am a colleague of John Zhang and the chief designer of the Mu project, a micro virtual machine. (http://microvm.org) I can introduce this project to this mailing list. TL;DR: Implementing a managed language is hard. Existing