-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/2873/
-----------------------------------------------------------

Review request for Default.


Repository: gem5


Description
-------

Changeset 10871:9a13bfba810b
---------------------------
sim: Move mem(Writeback|Invalidate) to SimObject

The memWriteback() and memInvalidate() calls used to live in the
Serializable interface. In this series of patches, the Serializable
interface will be redesigned to make serialization independent of the
object graph and always work on the entire simulator. This means that
the Serialization interface won't be useful to perform maintenance of
the caches in a sub-graph of the entire SimObject graph. This
changeset moves these memory maintenance methods to the SimObject
interface instead.


Diffs
-----

  src/python/m5/SimObject.py 282c2a89ace8 
  src/sim/drain.hh 282c2a89ace8 
  src/sim/sim_object.hh 282c2a89ace8 

Diff: http://reviews.gem5.org/r/2873/diff/


Testing
-------


Thanks,

Andreas Sandberg

_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to