Add new primitive GC-TRACE-REFERENCES which will compute the set of
authorChris Hanson <org/chris-hanson/cph>
Wed, 10 Mar 1993 17:20:04 +0000 (17:20 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 10 Mar 1993 17:20:04 +0000 (17:20 +0000)
commitb005fd8c0e62a4488e6c51ea4615656f911677fd
tree121f1936c84ffb90d3d4be9f955eda99e3545f58
parenta9fe0017b19896e7ddfc804ef4016c97e550b8b4
Add new primitive GC-TRACE-REFERENCES which will compute the set of
objects that point to a given object.  This primitive is implemented
only when the compile-time flag ENABLE_GC_DEBUGGING_TOOLS is set.
v7/src/microcode/fasdump.c
v7/src/microcode/gccode.h
v7/src/microcode/gcloop.c
v7/src/microcode/memmag.c
v7/src/microcode/purify.c