sim: Remove broken AutoSerialize support from the event queue
Review Request #3058 - Created Aug. 19, 2015 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Andreas Sandberg | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11054:6de1c3b26177
---------------------------
sim: Remove broken AutoSerialize support from the event queueEvent auto-serialization no longer in use and has been broken ever
since the introduction of PDES support almost two years
ago. Additionally, serializing the individual event queues is
undesirable since it exposes the thread structure of the
simulator. What this means in practice is that the number of threads
in the simulator must be the same when taking a checkpoint and when
loading the checkpoint.This changeset removes support for the AutoSerialize event flag and
the associated serialization code.
Regressions pass.
