[pypy-dev] Separate compilation and friends

William ML Leslie william.leslie.ttg at gmail.com
Tue Feb 15 04:34:44 CET 2011


On 15 February 2011 12:13, Maciej Fijalkowski <fijall at gmail.com> wrote:
> 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.

By "this option" you mean --withmod-xxx ?

-- 
William Leslie



More information about the Pypy-dev mailing list