Erick Gallesio

Results 53 comments of Erick Gallesio

This is not for this specific PR, but all the ones that are still open.

> One more thing: the binary can't find the library and I had to set LD_LIBRARY_PATH manually. I think there is a way to fix this. The first versions of...

> Is the README wrong? For now, it is. I have suppressed this sentence from the README. I'll reintegrate it when this will be again possible. This will be done...

> @egallesio is it OK for you to have a LICENSES/ directory, as @lassik mentioned? Yes, this is the best way to avoid cluttering the main directory. > So I...

> Adapted to the new `lib/scheme` / `lib/srfi` organization. but this one needs some careful consideration, I suppose, because of the issues described. I'll have a look at this point....

Hi @jpellegrini, In fact, it is not really useful to do this ourselves, since Boehm GC do already a lot of statistics on its side. This is very complete, and...

> But libgc wouldn't help report the allocations separated by thread, right? Indeed. However, do you think it is a problem? (I'm not sure that threads are heavily used). Furthermore,...

Looking at `gc.h`, it seems that `GC_get_heap_usage_safe` is a good candidate. We could return a plist such as ``` (:heap-size xxx :free-bytes yyyy ....) ``` Everything could be easily written...

I have finally merged this PR. As I already said, I was reluctant to add code to allocation functions if tit incurred some performance penalty. By a lack of chance,...

Weird. This is the second time GitHub doesn't close a merged PR. Thanks for signalling it. I close it.