Re: [pypy-dev] Flow graphs, backends and JIT

2012-09-16 Thread Benjamin Peterson
2012/9/16 haael : > > OK, I read almost all the documentation I found on the web page. But I still > don't understand few things. > > There are 3 layers in the whole picture. The user application written in > Python, the Python interpreter written in RPython and the RPython > interpreter itself. >

[pypy-dev] Flow graphs, backends and JIT

2012-09-16 Thread haael
OK, I read almost all the documentation I found on the web page. But I still don't understand few things. There are 3 layers in the whole picture. The user application written in Python, the Python interpreter written in RPython and the RPython interpreter itself. 1. Where do flow graphs a