Make pruxffi.o state thread-local.
authorMatt Birkholz <puck@birchwood-abbey.net>
Sun, 19 Jul 2015 21:46:34 +0000 (14:46 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Thu, 26 Nov 2015 08:09:46 +0000 (01:09 -0700)
commitcfc75b48500141d3bbe3b4d6f973deb9a613ba51
tree8ca44f64fff6fbadf137ee21a940ccacc53c6390
parente7f1f0791585d5cdc92b612fc191b1266f06193e
Make pruxffi.o state thread-local.

Declare cstach_depth thread-local.  The primitive caches might be
filled multiple times concurrently but they are read and written
atomically, so no harm done.
src/microcode/pruxffi.c