R. Kent Dybvig scripsit: > In implementation, yes. But my thread system is based on pthreads, and > you'd have to have quite a few parameters to notice the difference in > thread-creation or memory overhead. Applications don't typically use > very many thread parameters in any case.
The same points apply to Chicken, which stashes parameters constructed by make-parameter (the only kind that are per-thread) in a per-thread vector. -- What asininity could I have uttered John Cowan <[EMAIL PROTECTED]> that they applaud me thus? http://www.ccil.org/~cowan --Phocion, Greek orator _______________________________________________ r6rs-discuss mailing list [email protected] http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss
