sim: Get rid of the non-const serialize() method
Review Request #3052 - Created Aug. 19, 2015 and submitted
| Information | |
|---|---|
| Andreas Sandberg | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11050:f7968cfeb491 --------------------------- sim: Get rid of the non-const serialize() method The last SimObject using the legacy serialize API with non-const methods has now been transitioned to the new API. This changeset removes the serializeOld() methods from the serialization base class as they are no longer used.
Regressions pass.
Posted (Aug. 26, 2015, 7:13 a.m.)
Any chance of keeping this deprecated across a gem5-stable branch? I'm just throwing the idea out there. It seems checkpointing would have broken already since the name changed. Also, I have no idea what the current state of gem5-stable is, so maybe this has already happened.
Ship It!
