racket/racket
Matthew Flatt fa3cabd681 incremental GC: avoid allocating immobile on old-generation page
The allocation strategy for immobile objects avoids some fragmentation
in non-incremental mode, but it interferes with finishing up an
incremental major collection, so trade some fragmentation for
an earlier finish (which is far more likely to use less memory
instead of more, despite extra fragmentation).
2015-12-01 05:50:06 -07:00
..
collects Assume that files that start with . are not modules 2015-11-30 08:30:25 -05:00
src incremental GC: avoid allocating immobile on old-generation page 2015-12-01 05:50:06 -07:00
.gitignore internal hooks to build "Racket.exe" without "libracket3m.dll" 2015-03-28 09:50:01 -06:00