Make cmpint.o state thread-local.
authorMatt Birkholz <puck@birchwood-abbey.net>
Sun, 19 Jul 2015 21:51:12 +0000 (14:51 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Thu, 26 Nov 2015 08:09:46 +0000 (01:09 -0700)
commite1336942b3a6d0984bb2ff21a57cc0ba7666ef19
treeba84978887db1a78a54218b214740c9651f2f857
parentccb6bf1b35338f7a2a069c7a9cb52229bc56f070
Make cmpint.o state thread-local.

Make linking_cc_block_p thread-local.  The rest of this module's
variables are initialized by the ASM_INIT_HOOK, part of
compiler_reset, which is called during compiler_initialize (the
singularly threaded boot) or LOAD-BAND (a GC wait).
src/microcode/cmpint.c