bug#19236: load-compiled procedure leaks memory

2021-05-17 Thread Taylan Kammer
I don't know if it still leaks but Guile's behavior on loading thousands of files seems to have regressed further. I get "Too many root sets" after only about 1900 iterations, after which it aborts. Primitive-load still works fine. -- Taylan

bug#19236: load-compiled procedure leaks memory

2014-11-30 Thread Chris Vine
The load-compiled procedure leaks memory in guile-2.0.11 as demonstrated by the attached test case. It should be used in conjunction with a file 'test-file.scm' which contains only a single #f expression. This test case should be invoked either with the "pload" or "load" option. If invoked with