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

/gem5/src/mem/cache/
H A Dbase.ccdiff 12843:d2ab5af49985 Fri Jul 13 09:38:00 EDT 2018 Robert Kovacsics <rmk35@cl.cam.ac.uk> mem-cache: TempCacheBlk allocates and destroys its own data

This change is because I want to make CacheBlk::data private, so that
I can track all the places which write to it. But to keep that commit
smaller (it is pretty big, because of all the places which might
change it), I have split this into a commit of its own.

Change-Id: I15a2fc1752085ff3681f5c74ec90be3828a559ea
Reviewed-on: https://gem5-review.googlesource.com/11829
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>

Completed in 27 milliseconds