Enable callbacks from foreign threads on non-sb-safepoint.
commit476c3ffe49564c007b513485f6e2f27f8a6e586b
authorStas Boukarev <stassats@gmail.com>
Sun, 15 Feb 2015 13:25:15 +0000 (15 16:25 +0300)
committerStas Boukarev <stassats@gmail.com>
Sun, 15 Feb 2015 13:25:15 +0000 (15 16:25 +0300)
treef7bd05b2f46209a9a2ab6ee265cf6e6a01f7fccb
parent06e04c381140eb1b2335d7b7800dfb38f0ab0e21
Enable callbacks from foreign threads on non-sb-safepoint.

All work was already done, just rearrange the code so that it's
invoked with #-sb-safepoint as well.
NEWS
src/code/target-thread.lisp
src/compiler/generic/genesis.lisp
src/compiler/generic/parms.lisp
src/compiler/ppc/c-call.lisp
src/compiler/x86-64/c-call.lisp
src/compiler/x86/c-call.lisp
src/runtime/safepoint.c
src/runtime/thread.c