Commit ae1f7a95 authored by Andrew Waterman's avatar Andrew Waterman
Browse files

Don't nack misses when there's a pending store

That effectively increased the miss latency by 5 cycles when there was
a store hit followed by a load miss.  Since pending stores are drained
when releaseInFlight, the check I removed was redundant.
parent 7eeb9dfd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment