[Chicken-hackers] Library list support

2015-10-13 Thread Evan Hanson
Hi all, The "chicken-5-library-lists" branch adds support for list-style library names, e.g. (use (chicken ports)) and the like. I'm still making minor improvements here and there, but in general I think it's ready to be merged. I'd appreciate it if someone could have a look. A few things to not

[Chicken-hackers] Heap size calculation in rereclaim2

2015-10-13 Thread Peter Bex
Hi hackers, This morning on IRC we were discussing the random breakage on Salmonella, and Evan mentioned that he noticed that the crashes he observed were all at the start of a program. This made me think that perhaps the problem is in how literal decoding is happening and allocated into the heap