Implement `(flush-purification-queue!)', which tries to purify
authorChris Hanson <org/chris-hanson/cph>
Fri, 11 Aug 1989 02:59:31 +0000 (02:59 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 11 Aug 1989 02:59:31 +0000 (02:59 +0000)
commitfa2cc101730f8d9381b9f2389311e72c664460ae
tree84292f201289a4e2ad0d47f5b95aa0e178cbedba
parent4c40c155b3696c5a58623f0dd7d19d56000136e1
Implement `(flush-purification-queue!)', which tries to purify
anything that is in the purification queue.  When this procedure
returns, the queue should be empty.  Call this procedure after the
cold load, and after the "system-loader", to guarantee that the items
loaded are purified before being used.
v7/src/runtime/gc.scm
v7/src/runtime/make.scm
v7/src/runtime/packag.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/version.scm
v8/src/runtime/make.scm
v8/src/runtime/runtime.pkg