[Stackless] can it be done with setjmp/longjmp?

Sam M. Rushing srushing at ironport.com
Tue Feb 26 00:46:14 CET 2002


I'm wondering if what you're doing can't be done with setjmp/longjmp.

I've found several user-threads libraries that get by with just setjmp
(as opposed to assembly code):

1) freebsd's user-threads:
 
http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc_r/uthread/uthread_ker
n.c?rev=1.40&content-type=text/x-cvsweb-markup

2) the "state-threads" library:
  http://state-threads.sourceforge.net/
[this is based on NSPR]

3) http://www.csclub.uwaterloo.ca/misc/threads.ps

-Sam
_______________________________________________
Stackless mailing list
Stackless at www.tismer.com
http://www.tismer.com/mailman/listinfo/stackless



More information about the Stackless mailing list