Beeflang garbage seeker/collector
Carl Sturtivant
sturtivant at gmail.com
Tue Feb 20 17:24:40 UTC 2024
On Tuesday, 20 February 2024 at 16:40:28 UTC, Marconi wrote:
> In beeflang garbage collector (garbage seeker) do not clean the
> memory, it only works in debug mode to help the programmer find
> and fix memory leaks, double frees, etc. In release mode, the
> program runs in full speed since there is no garbage collector.
> I think this is the best approach about memory management.
This idea is based upon a mistaken ideology instead of what is
actually going on with manual memory management and modern
garbage collectors. Explained here:
[Garbage Collection for Systems
Programmers](https://bitbashing.io/gc-for-systems-programmers.html)
More information about the Digitalmars-d
mailing list