From 65fc36b64afd0335a93b82e12e93f4894ebb9683 Mon Sep 17 00:00:00 2001
From: Jeff Cohen
Conservative garbage collection often does not require any special support from either the language or the compiler: it can handle non-type-safe programming languages (such as C/C++) and does not require any special -information from the compiler. The [LINK] Boehm collector is an example of a -state-of-the-art conservative collector.
+information from the compiler. The +Boehm collector is +an example of a state-of-the-art conservative collector.Accurate garbage collection requires the ability to identify all pointers in the program at run-time (which requires that the source-language be type-safe in -- 2.34.1