racket/racket
Matthew Flatt b203c52193 Chez Scheme GC: keep per-thread allocation more separate
Instead of having leftover Scheme threads swept by the main thread,
distribute Scheme threads among sweeper threads, and swap into each
thread's content to preserve its allocation ownership. This change
makes parallelism more consistent for different timings that end up
assigning sweepers differently.
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: keep per-thread allocation more separate 2020-09-27 15:36:40 -06:00
.gitignore