Skip to content
EECS 4340 Final Review

Store-Sets

Tag: store-sets

Aliases: Store Sets, Chrysos & Emer Store-Sets

A memory-dependence predictor that maps each load PC to a set of store PCs it has aliased with, plus a Last Store Table that maps each store PC to the SQ index of its most recent dynamic instance. Lets a load wait for exactly the predicted older store rather than for all older stores.

No references yet.