racket/racket
Matthew Flatt 16d71ac249 Chez Scheme GC: refactor thread and allocation organization
Move per-thread allocation information to a separate object, so the
needs of the collector are better separated from the thread
representation. This refactoring sets up a change in the collector to
detangle sweeper threads from Scheme threads.
2020-09-27 15:36:40 -06:00
..
collects improve value-contract handling a little bit 2020-09-24 17:18:27 -05:00
src Chez Scheme GC: refactor thread and allocation organization 2020-09-27 15:36:40 -06:00
.gitignore