There are several quite big static arrays in the different place of code. For example such as:
public static someIndexes = new int[1024, 1024];
There is no references on one of them at all. It just not used. Will it be excluded from the final build? Or it will be created in memory at launch anyway?
↧