• BatmanAoD@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    6 hours ago

    “Garbage collection” is ambiguous, actually; reference counting is traditionally considered a kind of “garbage collection”. The type you’re thinking of is called “tracing garbage collection,” but the term “garbage collection” is often used to specifically mean “tracing garbage collection.”