for (int index = 0; index < instructions.length; index++)
            {
                instructions[index] = instructions[index].shrink();
            }