[pypy-dev] Separate compilation and friends

Maciej Fijalkowski fijall at gmail.com
Tue Feb 15 02:13:54 CET 2011


Hi.

There is growing interest about PyPy and especially about extension
modules. Apparently there are some people (like Alex) that are willing
to write modules in RPython that should not go to the main tree. Since
separate compilation is considered hard, how hard would it be to
provide separate loading? This would mean you still compile the whole
interpreter, but you can load the module from a compiled PyPy that
didn't have this option on.

Cheers,
fijal



More information about the Pypy-dev mailing list