Scalar Architecture: Cache Organization
The goal of scalar optimization:
- Spatial locality of reference (use all words in cache line)
- Temporal locality of reference (use same cache line)
- Cache hit will load word from cache
- Cache miss will load cache line from memory