|
|
|
|
|
by cogman10
127 days ago
|
|
Java garbage collection is what's allowing those 100+ poorly optimize mods to be functional at the same time in the first place. Games with robust modding will almost always feature a garbage collected language which is what's primarily used for the modding. Consider this, if the mod interface was C/C++, do you think those poorly optimized mods could be trusted to also not leak memory? |
|
Of course. Because they would fail loudly and would have to be fixed in order to run. Garbage collection is a crutch which lets broken things appear not broken.