smp: share: memmag.o
authorMatt Birkholz <puck@birchwood-abbey.net>
Fri, 5 Dec 2014 17:49:18 +0000 (10:49 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Sun, 21 Dec 2014 19:19:10 +0000 (12:19 -0700)
README.txt

index 66910e7dc19e34ef0b594529d9b7868b63a2e52b..b6a3a3945aa57115c94a6be089cec91769541c2f 100644 (file)
@@ -365,13 +365,16 @@ command line.  The remaining 12 belong to the 7 microcode modules and
   lookup.o:
 
   memmag.o:
-  00000000 d primes
-  00000004 b saved_constant_size
-  00000000 b saved_heap_size
-  00000004 C saved_processor_count
-  00000004 C saved_processor_heap_size
-  00000004 C saved_stack_size
-  00000008 b saved_to
+  00000000 d primes                    read-only
+  00000004 b saved_constant_size       read-only, initialized by setup_memory
+  00000000 b saved_heap_size           read-only, initialized by setup_memory
+  00000004 C saved_processor_count     read-only, initialized by setup_memory
+  00000004 C saved_processor_heap_size read-only, initialized by setup_memory
+  00000004 C saved_stack_size          read-only, initialized by setup_memory
+  00000008 b saved_to                  used only during a gc-wait
+
+       OK.  All shared state variables are already read-only (during
+       multi-processing) or used serially during a gc-wait.
 
   missing.o: