toolchain icon indicating copy to clipboard operation
toolchain copied to clipboard

Garbage Collect

Open beckadamtheinventor opened this issue 6 years ago • 2 comments
trafficstars

Garbage collect should be a standard Fileioc function. I would also suggest a function that would tell you when a garbage collect would be necessary. I assume this is just about calculating the largest free memory space in archive, let me know if I'm wrong.

beckadamtheinventor avatar Aug 09 '19 00:08 beckadamtheinventor

Garbage collect should not be a fileioc function.

But I added ti_ArchiveHasRoom so you can check if it triggers.

mateoconlechuga avatar Aug 09 '19 01:08 mateoconlechuga

Manual garbage collection has merit and should be relatively easy to implement.

runer112 avatar Aug 09 '19 03:08 runer112