Author: jimb
Date: Sun Oct 22 03:58:12 2006
New Revision: 655
Modified:
trunk/TODO
Log:
Remove item about using cancellation instead of a
thread-specific
value destructor. I can't figure out what this was
suggesting:
cancellation cleanups are dynamically scoped, and since
mn_first_call
returns to its caller, there's no dynamic scope we could put
a
cancellation cleanup in that lasts as long as the thread's
access to
heap objects.
Modified: trunk/TODO
============================================================
==================
--- trunk/TODO (original)
+++ trunk/TODO Sun Oct 22 03:58:12 2006
 -84,8
+84,6 
* Eliminate uses of mn__per_thread outside
pause-posix-tls.c, and
maybe trace.c.
-* Use cancellation, not a thread-specific value destructor.
-
* Exceptions should be structures as in Mzscheme, not
strings.
_______________________________________________
Minor mailing list
Minor red-bean.com
http:/
/www.red-bean.com/mailman/listinfo/minor
|