Hi, As part of my day job these days I am working on garbage collection. I would like to understand better the GC that we use for RacketCS - the one coming with ChezScheme. Although coupled relatively tightly with the rest of the source, I found it not too hard to distill an API for the GC and allocator and did so under https://github.com/LinkiTools/ChezScheme/commit/095c6a2ccf52ef1ae1c1e6cd1f83b0f043166018 This will actually compile if you do ./configure --omegagc
As a first step I read the BIBOP paper and I have been using the GC Handbook for more than a good paper weight. I was wondering if anyone has noticed some Racket apps or benchmarks performing poorly due to reasons that might have to do with garbage collection. If so, I kindly request you to let me know so I can have some fun. Also, if you have a request for something new in the GC that I can have some fun implementing, feel free to send that to me as well. :-) Thanks, Paulo Matos -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/57b67daa-4eb7-d900-4fdf-317f5671e935%40linki.tools.
