Quote: algorithms should reduce memory stalls as well as instructions; sequential access is faster than random access; using registers wins on both counts
Our designs are guided by augmenting the cache … [memory] … balance the conflicting demands of reducing the number … consider the access pattern. Sequential accesses are faster …
Google-1Google-2