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

/gem5/src/mem/ruby/system/
H A DSequencer.cc9632:476febc1aff0 Tue Apr 09 17:25:00 EDT 2013 Joel Hestness <jthestness@gmail.com> Ruby: Delete packet requests during warmup

When warming up caches in Ruby, the CacheRecorder sends fetch requests into
Ruby Sequencers with packet types that require responses. Since responses are
never generated for these CacheRecorder requests, the requests are not deleted
in the packet destructor called from the Ruby hit callback. Free the request.

Completed in 27 milliseconds