------- Comment #3 from changpeng dot fang at amd dot com 2010-06-14 18:28 ------- Actually, the prefetching is for the following loop: for (i = 0; i < p[2]; i++) q[i] = 0;
I do not understand why unrolling of this loop affects other part of the program that has longjmp. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44503