Re: [pypy-dev] seeking pypy gc configuring guideline

2021-05-22 Thread Armin Rigo
Hi Raihan, On Sat, 22 May 2021 at 09:05, Raihan Rasheed Apurbo wrote: > 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

Re: [pypy-dev] seeking pypy gc configuring guideline

2021-05-22 Thread Raihan Rasheed Apurbo
Hello Armin, Thanks for helping me out. I was actually looking for a generalized solution. The last paragraph of your answer covers that. What I understand from that is, if I want to understand how pypy gc works and if i want to write my own version of GC at first I have to understand all the tests

Re: [pypy-dev] seeking pypy gc configuring guideline

2021-05-22 Thread Armin Rigo
Hi Raihan, On Sat, 22 May 2021 at 14:40, Raihan Rasheed Apurbo wrote: > Thanks for helping me out. I was actually looking for a generalized solution. > The last paragraph of your answer covers that. What I understand from that > is, if I want to understand how pypy gc works and if i want to wri