Program Structure
int A[1024][1024];
for (i=0; i i++)
for (j=0; j j++)
A[i][j] = 0;
1024 page faults
stack vs. hash table
Compiler
separate code from data
keep routines that call each other together
LISP (pointers) vs. Pascal (no-pointers)
Previous slide
Next slide
Back to first slide
View graphic version