Version 1 of Reference counting vs. tracing garbage collection

Updated 2015-08-01 19:54:14 by dbohdan

Reference counting and tracing are two alternative approaches to garbage collection.

Languages examples

Languages that use reference counting

Languages that use a tracing GC

See also