[pypy-dev] PyPy JIT & C extensions

Armin Rigo arigo at tunes.org
Mon Oct 25 16:59:50 CEST 2010


Hi,

On Mon, Oct 25, 2010 at 4:37 PM, Maciej Fijalkowski <fijall at gmail.com> wrote:
> I had a private email exchange with Andrew and I think what he wants
> to achieve is a working greenlet module for PyPy. Is a current C
> version a good start, or something else would be a good start?

Sorry, I guess I should repeat here the argument I made on IRC.  It
would not work, because the GC will not find its roots.  With
--gcrootfinder=shadowstack, I think it will get confused by the
switches -- maybe I am wrong and it works anyway; but then I know for
sure that with --gcrootfinder=asmgcc it will definitely not work at
all.  (For reference, the JIT requires --gcrootfinder=asmgcc.)


Armin



More information about the Pypy-dev mailing list