Add new implementation of GC finalizers, a cleaner replacement for the
authorChris Hanson <org/chris-hanson/cph>
Mon, 10 Apr 2000 18:32:39 +0000 (18:32 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 10 Apr 2000 18:32:39 +0000 (18:32 +0000)
commitbac57b003553581a98be6108fb491bd36f1b8837
tree6c1cfd00bd607622e9291f8e48518a362ef349da
parent30241e57b854df101e70176ad5dd8f40502aaf6b
Add new implementation of GC finalizers, a cleaner replacement for the
old protection list abstraction.  Unlike protection lists, GC
finalizers keep themselves clean, eliminating the need for the
programmer to interact with GC daemons and events.
v7/src/runtime/gcfinal.scm [new file with mode: 0644]
v7/src/runtime/gdbm.scm
v7/src/runtime/io.scm
v7/src/runtime/make.scm
v7/src/runtime/os2graph.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/x11graph.scm