Searched hist:8513 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/cpu/o3/
H A Diew_impl.hh8513:f4272aa61e74 Fri Aug 19 16:08:00 EDT 2011 Giacomo Gabrielli <Giacomo.Gabrielli@arm.com> O3: Squash the violator and younger instructions instead not all insts.

Change the way instructions are squashed on memory ordering violations
to squash the violator and younger instructions, not all instructions
that are younger than the instruction they violated (no reason to throw
away valid work).

Completed in 28 milliseconds