1.0.41.12: gc: Unify gencgc and cheneygc interrupt-context scavenging.
authorAlastair Bridgewater <lisphacker@users.sourceforge.net>
Fri, 6 Aug 2010 18:48:19 +0000 (18:48 +0000)
committerAlastair Bridgewater <lisphacker@users.sourceforge.net>
Fri, 6 Aug 2010 18:48:19 +0000 (18:48 +0000)
commitab9c6bbaaa409e815a1c9696885c9621b429aed6
tree829ac7f9c9c9e968057fbea21431534d2b09eab2
parent568725aaf7d2d3dae486cd85210eb514c856fdb7
1.0.41.12: gc: Unify gencgc and cheneygc interrupt-context scavenging.

  * Both gencgc and cheneygc had separate copies of
scavenge_interrupt_contexts which had drifted out of sync over
time.

  * Resynchronized both versions and moved the result into
gc-common.c, which should prevent further desynchronization.
src/runtime/cheneygc.c
src/runtime/gc-common.c
src/runtime/gencgc.c
version.lisp-expr