CPSC 330 - Fall 2007 Homework 4 Due by class time on Monday, November 12 1. Question 1.6 of your textbook, p. 23. 2. Consider an 8 KB direct-mapped, write-back, write-allocate cache with 32-byte lines. Which of these two program segments will be faster? Explain your choice. (note: c[][] is stored in row-major order.) #define N 1024 #define N 1024 double c[N][N]; double c[N][N]; sum = 0.0; sum = 0.0; for(i=0; i