It would be very nice to be able to find out which functions are producing additional garbage for the garbage collector to handle. This is in relation to a yoyo request which asked for structs and arrays to be used less frequently in internal engine code such as the *_foreach functions.
It would be very nice to be able to find out which functions are producing additional garbage for the garbage collector to handle. This is in relation to a yoyo request which asked for structs and arrays to be used less frequently in internal engine code such as the
*_foreachfunctions.