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

/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh8587:acce52081b45 Mon Sep 26 01:18:00 EDT 2011 Nilay Vaish<nilay@cs.wisc.edu> LSQ: Moved a couple of lines to enable O3 + Ruby
This patch makes O3 CPU work along with the Ruby memory model. Ruby
overwrites the senderState pointer with another pointer. The pointer
is restored only when Ruby gets done with the packet. LSQ makes use of
senderState just after sendTiming() returns. But the dynamic_cast returns
a NULL pointer since Ruby's senderState pointer is from a different class.
Storing the senderState pointer before calling sendTiming() does away with
the problem.

Completed in 34 milliseconds