srfi-18 requirements

2007-10-10 Thread Julian Graham
Hi guys, While I was waiting to get my copyright assignment sorted out, I started trying to figure out what it would take to add SRFI-18 (http://srfi.schemers.org/srfi-18/srfi-18.html) support to Guile. I think a lot of it can be safely done in Scheme (mostly by mapping the SRFI's proposed API on

Re: Missing braces around pthread initializer macros

2007-10-10 Thread Ludovic Courtès
[EMAIL PROTECTED] (Ludovic Courtès) writes: > Unless something turns out to be wrong, I'm going to apply the attached > patch that (hopefully) fixes the "missing braces around initializer" > problem with GCC on Solaris/IRIX [0,1]. Done! Ludovic. ___

Re: cell heap usage in 1.8 vs 1.6

2007-10-10 Thread Ludovic Courtès
Hi, I hopefully managed to characterize the problem. I instrumented HEAD with the attached patch that exposes the current "min yield" of both freelists. Then, I ran the attached script that does the following: * at regular intervals, plot the total cell heap, alive cell heap (using your c