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

/gem5/src/mem/
H A Dpacket.hhdiff 10569:ffd46545b284 Tue Dec 02 06:07:00 EST 2014 Andreas Hansson <andreas.hansson@arm.com> mem: Make the requests carried by packets const

This adds a basic level of sanity checking to the packet by ensuring
that a request is not modified once the packet is created. The only
issue that had to be worked around is the relaying of
software-prefetches in the cache. The specific situation is now solved
by first copying the request, and then creating a new packet
accordingly.

Completed in 45 milliseconds