On Friday, 15 January 2021 at 12:39:30 UTC, MGW wrote:
GC cleans memory using the FIFO paradigm. Is it possible to switch GC to work using the LIFO paradigm?
AFAIK the GC just sweeps, and the only queue is for destructors (unreachable memory) iirc
Imperatorn via Digitalmars-d-learn Fri, 15 Jan 2021 08:20:29 -0800
On Friday, 15 January 2021 at 12:39:30 UTC, MGW wrote:
GC cleans memory using the FIFO paradigm. Is it possible to switch GC to work using the LIFO paradigm?
AFAIK the GC just sweeps, and the only queue is for destructors (unreachable memory) iirc