Re: Memory leak and/or excessive compiler memory use in 32-bit systems

2020-06-23 Thread Chris Hanson
Maybe we should have it run automatically under some circumstances. Say, every few GCs, or when space gets low. On Jun 23, 2020, 5:10 PM -0700, Matt Birkholz , wrote: > trigger-secondary-gc-daemons!? That one got me (several years ago). > It seems the only caller is gc-clean. A surprising number o

Re: Memory leak and/or excessive compiler memory use in 32-bit systems

2020-06-23 Thread Matt Birkholz
trigger-secondary-gc-daemons!? That one got me (several years ago). It seems the only caller is gc-clean. A surprising number of things hang around until secondary gc daemons are... summoned? On Sat, 2020-06-06 at 17:09 +, Taylor R Campbell wrote: > I haven't been able to do a complete test

Memory leak and/or excessive compiler memory use in 32-bit systems

2020-06-06 Thread Taylor R Campbell
I haven't been able to do a complete test run on 32-bit systems for a while. If I run `make check', it consistently runs out of memory trying to compile test-floenv.scm or test-flonum.scm. However, if I just compile the file in a fresh Scheme, it works fine, so (a) there's probably some memory l