This runtime system requires microcode version 11.133 or later.
authorChris Hanson <org/chris-hanson/cph>
Tue, 29 Jun 1993 22:58:21 +0000 (22:58 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 29 Jun 1993 22:58:21 +0000 (22:58 +0000)
commitf70d2ae46b15608e8a1ca83dc75571ba006515c8
tree8ee1aa4d5aa2001361c08366d731cb985a667951
parent7b5823899918f931f461e13ebe0b5a1ba6503f7b
This runtime system requires microcode version 11.133 or later.

Implement a new interrupt that is signalled after each GC and which
runs at roughly the same priority as character interrupts.  All GC
daemons, with the exception of the object hash daemon, run in this
interrupt handler rather than during the GC proper.  This allows GC
daemons to allocate storage and prevents GC daemons from running
during critical sections.
v7/src/runtime/boot.scm
v7/src/runtime/gc.scm
v7/src/runtime/gcdemn.scm
v7/src/runtime/hash.scm
v7/src/runtime/intrpt.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/version.scm
v8/src/runtime/runtime.pkg