Am 02.08.2013 17:46, schrieb Sven Barth: > - using an array declared as a ranged array (array[0..2] of LongInt) the > for-loop is inlined and optimized a bit (especially depending on the > optimization settings), but the compiler does not yet fold the loop... > At least I fixed loop unrolling for for-in loops.