* Experimental support for multithreading, using Poly/ML 5.1;
authorwenzelm
Fri, 10 Aug 2007 00:20:39 +0200
changeset 24210 a865059c4fcb
parent 24209 8a2c8d623e43
child 24211 213215a8640a
* Experimental support for multithreading, using Poly/ML 5.1;
NEWS
--- a/NEWS	Thu Aug 09 23:53:51 2007 +0200
+++ b/NEWS	Fri Aug 10 00:20:39 2007 +0200
@@ -1428,6 +1428,12 @@
 operations, notably runtime compilation and evaluation of ML source
 code.
 
+* Experimental support for multithreading, using Poly/ML 5.1 (internal
+version from CVS). The maximum number of threads is specified via usedir
+option -M or the "max-threads" setting in Proof General. User-code needs
+to observe certain guidelines for thread-safe programming, see appendix
+A in the Isar Implementation manual.
+
 
 New in Isabelle2005 (October 2005)
 ----------------------------------