000001e0 b table.6400
OK. Prim_binary_fasload only hacks the local heap, but it
- uses gcloop, which uses non-pthread-local state. Use of this
- primitive is now locked up. Prim_band_load uses smp_gc_start
- to get exclusive access to the heap, gcloop, etc. for the
- duration of a gc-wait.
+ uses gcloop, which uses shared state. Use of this primitive
+ is now locked up (just until gcloop gets with thread-local
+ state!). Prim_band_load uses smp_gc_start to get exclusive
+ access to the heap, gcloop, etc. for the duration of a
+ gc-wait.
fixnum.o:
00000028 b weak_chain
0000205c b weak_chain_length
+ OK. Used only during a gc-wait, except during Prim_binary_
+ fasload, which is now serialized (temporarily!).
+
generic.o:
hooks.o: