2011/12/9 Alexander Golec <[email protected]>: > 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 _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
