Any CS book on garbage collection algorithms worth its place on a good paper bibliography, places reference counting among the possible implementations of garbage collection.
What the common dev without compiler background knowledge calls GC is actually named as tracing GC on CS literature.
What the common dev without compiler background knowledge calls GC is actually named as tracing GC on CS literature.