On Sun, 8 Jun 2008, Hayahiko Moro wrote:
> On Fri, Jun 6, 2008 at 3:29 PM, Bill Schottstaedt > <[EMAIL PROTECTED]> wrote: > >> I got bogged down trying to figure this out -- I think Guile does >> go to "real" threads, Gauche does not (I believe its threads are >> repackaged call/cc's), and I can't tell yet what sbcl does. > > Are your tests running on a Gauche installed with support for > pthreads? My impression is that configure won't include it when > building on some platforms unless you ask for it. > Yes, Gauche's threads seems to be absolutely real. From Gauche's manual: "For each Gauche's thread, an individual VM is allocated and it is run by the dedicated POSIX thread." _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
