DYNAMEM — A Microarchitecture for Improving Memory Disambiguation at Run-Time

Wang Xianzhu,Liao Heng,Li Sanli
DOI: https://doi.org/10.1007/bf02951622
IF: 1.871
1996-01-01
Journal of Computer Science and Technology
Abstract:This paper presents a new microarchitecture technique named DYNAMEM, in which memory reference instructions are dynamically scheduled and can be executed out-of-order. Load instructions can bypass store instructions speculatively, even if the store instructions’ addresses are unknown. DYNAMEM can greatly alleviate the restraints of ambiguous memory dependencies. Simulation results show that the frequency of false load is low. Mechanism has been provided to repair false loads with low penalty, and to achieve precise interrupts. Discussions and experimental results show that DYNAMEM could dramatically raise instruction-level parallelism in programs without recompilation.
What problem does this paper attempt to address?