A Survey of Techniques for Architecting TLBs

sparsh

Newcomer
Translation lookaside buffer (TLB) caches virtual to physical address translation information and is used in systems ranging from embedded devices to high-end servers. Since TLB is accessed very frequently and a TLB miss is extremely costly, prudent management of TLB is important.

We present a survey of techniques for managing TLBs. PDF is here, accepted in "Concurrency and Computation: Practice and Experience", 2016.
 
Back
Top