PyPy 1.0: JIT compilers for free and more

Carl Friedrich Bolz cfbolz at gmx.de
Wed Mar 28 17:24:53 EDT 2007


Hi!

dmitrey wrote:
> Hi!
> Suppose I have a py-written module.
> Is it possible somehow run PyPy on the whole module?
> I didn't find it in documentation.
> And if yes (or if just run in every module func) what will be after
> computer restart?
> Should I restart  PyPy on the module once again?
> And are there any chances/intends for  PyPy to be included into Python
> core?

PyPy contains a full Python interpreter (which can include a JIT 
compiler) and thus replaces the "Python core". PyPy can never really be 
integrated into CPython.

Cheers,

Carl Friedrich Bolz



More information about the Python-list mailing list