Date: Sat, 10 Feb 2001 23:17:46 +0100 Subject: Obskures Performance Tuning Teil 2: Cache Assoziativität Hier ist ein Test-File, um das Problem zu verdeutlichen: $ cat >t.c #ifndef SIZE #define SIZE 16384 #endif double a[SIZE], b[SIZE], c[SIZE]; void mpy(double *a,double *b,double *c,int n) { int i; for (i=0; i