Test suite coverage

2009-03-10 Thread Ludovic Courtès
Hello! I compiled and linked Guile `master' (as of cb9d473112ac172a3d328bb029b5b550918d4262, dated 2009-03-09) with `--coverage', then run make check and collected the results with lcov(1): http://www.fdn.fr/~lcourtes/software/guile/coverage/ The test suite covers more than 70% of the API.

Re: vm status update

2009-03-10 Thread Andy Wingo
On Sun 08 Mar 2009 23:40, Neil Jerram n...@ossau.uklinux.net writes: l...@gnu.org (Ludovic Courtès) writes: Anyway, that's where I am. Bug-wise we still have a bug in backtraces, which I need to pin down at some point, and update docs -- but generally speaking we're mergeable. What do people

GC brokenness in `master'

2009-03-10 Thread Ludovic Courtès
Hello, l...@gnu.org (Ludovic Courtès) writes: (subr.bm: subr invocation: simple subr 70 total 0.98) (subr.bm: subr invocation: generic subr 70 total 1.39) (subr.bm: subr invocation: generic subr with rest arg 70 total 1.32) (subr.bm: subr invocation: generic subr

Re: Locks and threads

2009-03-10 Thread Neil Jerram
Neil Jerram n...@ossau.uklinux.net writes: next it's on to the real problem, threadsafe define. I've been running Linas's define-race test program, and hitting the `throw from within critical section' quite a lot. We've already discussed this a couple of times:

Re: GC brokenness in `master'

2009-03-10 Thread Neil Jerram
l...@gnu.org (Ludovic Courtès) writes: Hello, l...@gnu.org (Ludovic Courtès) writes: (subr.bm: subr invocation: simple subr 70 total 0.98) (subr.bm: subr invocation: generic subr 70 total 1.39) (subr.bm: subr invocation: generic subr with rest arg 70 total 1.32)