[racket] adding a pass in racket garbage collector

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon Nov 5 06:10:52 EST 2012

At Mon, 5 Nov 2012 00:37:04 +0530, RAHUL ASATI wrote:
> I want to add a pass in racket garbage collector for my project but i am
> not getting the correct start point. I want to know entry point for garbage
> collector in racket.

The main entry point is garbage_collect() in "src/racket/gc2/newgc.c".


Posted on the users mailing list.