1.0.5.10: interrupt-proofing SUB-GC
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 29 Apr 2007 23:27:37 +0000 (23:27 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 29 Apr 2007 23:27:37 +0000 (23:27 +0000)
commit96a5ccbf2930180fbcfae8d286acbd7416b00af8
tree9b36046517cae8c655201cce27daad69fe06c2af
parentfe962ba01d267b92f638c8f0d19be41054219f04
1.0.5.10: interrupt-proofing SUB-GC

 * When SUB-GC is entered with GC and interrupts enabled we cannot just
   blithely set *GC-PENDING*, as unwinding from an interrupt would cause
   us to run with GC blocked for an unbounded time: disable interrupts
   before setting it.
NEWS
src/code/gc.lisp
version.lisp-expr