boot-9: add comment about autoload thread-unsafety.
authorMark H Weaver <mhw@netris.org>
Tue, 24 Dec 2013 12:40:40 +0000 (07:40 -0500)
committerMark H Weaver <mhw@netris.org>
Thu, 9 Jan 2014 01:57:13 +0000 (20:57 -0500)
* module/ice-9/boot-9.scm: Add comment about lack of thread-safety in
  handling of autoloads.

module/ice-9/boot-9.scm

index 19c22ea..dbef75f 100644 (file)
@@ -2961,6 +2961,9 @@ module '(ice-9 q) '(make-q q-length))}."
 ;;; {Autoloading modules}
 ;;;
 
+;;; XXX FIXME autoloads-in-progress and autoloads-done
+;;;           are not handled in a thread-safe way.
+
 (define autoloads-in-progress '())
 
 ;; This function is called from scm_load_scheme_module in