Andy Glew's comp-arch.net wiki, http://semipublic.comp-arch.net
If you are reading this elsewhere, e.g. at site waboba.info, it is an unauthorized copy, and probably a malware site.
comp-arch.net wiki on hold from October 17, 2011
Look-aside versus look-through
From CompArch
This is a probably vain attempt to standardize terminology.
- Look-through caches
- refer to first looking up a cache, and then, if missing, going to look up in whatever is backing up the cache, e.g. main memory.
- Lookaside caches
- might refer to looking a request up both in main memory and the cache - using the cache if it hits.
This is probably a vain attempt, since the term TLB (Translation Lookaside Buffer) is nearly always used in what I would define as a look-through configuration.