From: Matt Birkholz Date: Fri, 5 Dec 2014 17:49:18 +0000 (-0700) Subject: smp: share: memmag.o X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6c3474e556b76907cfd7974f54430bfcdec2ef46;p=mit-scheme.git smp: share: memmag.o --- diff --git a/README.txt b/README.txt index 66910e7dc..b6a3a3945 100644 --- a/README.txt +++ b/README.txt @@ -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: