[pypy-dev] seeking pypy gc configuring guideline

Raihan Rasheed Apurbo apurbo97 at gmail.com
Sat May 22 03:04:35 EDT 2021


I was trying to run pypy using semispace gc. But as it stands currently I
can only compile using incminimark and boehm. What changes I have to make
so that I would be able to test pypy with any existing gc implementation?
Moreover I want to write my own version of gc and test with pypy. In
future. Can anyone point me where do I have to make changes to make my
implementation of any arbitrary gc work? So far I was able to compile an
edited version of incminimark gc.
Any suggestions or link to any perticular documentation would be
appreciated.

p.s. I ran pypy with the following command and got this error. I can run
same command just replacing incminimark in place of semispace.
[image: image.png]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-dev/attachments/20210522/0956a3fc/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 133140 bytes
Desc: not available
URL: <https://mail.python.org/pipermail/pypy-dev/attachments/20210522/0956a3fc/attachment-0001.png>


More information about the pypy-dev mailing list