[racket] adding a pass in racket garbage collector
6 views
Skip to first unread message
RAHUL ASATI
unread,
Nov 4, 2012, 2:07:04 PM11/4/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to us...@racket-lang.org
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.
Matthew Flatt
unread,
Nov 5, 2012, 6:10:52 AM11/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RAHUL ASATI, us...@racket-lang.org
The main entry point is garbage_collect() in "src/racket/gc2/newgc.c".