[pypy-dev] Could someone give me an idea of what is where with RPython?

Benjamin Peterson benjamin at python.org
Sat Dec 10 02:12:56 CET 2011


2011/12/9 Alexander Golec <alexgolecmailinglists at gmail.com>:
> I think it's coming together now, then. So then the code for object spaces are shared between PyPy and the RPython compiler, as is the code for abstract interpretation? The thing that triggered this was me wondering what does the interpretation of the bytecodes, but I'm guessing its the shared interpretation code?

Yep, pypy/interpreter/ is the pypy python interpreter with the std
objspace and performs abstract interpretation with the flow space.



-- 
Regards,
Benjamin


More information about the pypy-dev mailing list