Like, just detect when something does not get used anymore and delete it, duh.
Name:
Anonymous2018-08-07 18:58
Computers are hard desu
Name:
Anonymous2018-08-08 4:35
I prefer the idea of every program statically allocating the maximum amount of memory it will ever use, and then the OS decides how much of that memory should be in RAM versus page files.
It’s shitty but would prevent a lot of security issues.
Name:
Anonymous2018-08-08 7:05
Static+Stack arrays is the fastest but often not flexible enough.