To switch GC from FIFO to LIFO paradigm.

Steven Schveighoffer schveiguy at gmail.com
Fri Jan 15 14:20:17 UTC 2021


On 1/15/21 7:39 AM, MGW wrote:
> GC cleans memory using the FIFO paradigm. Is it possible to switch GC to 
> work using the LIFO paradigm?

I'm not sure what you mean. I don't think there's any guaranteed order 
for GC cleanup.

-Steve


More information about the Digitalmars-d-learn mailing list