Simulation.py: move code related to checkpointing to functions
Review Request #1329 - Created July 27, 2012 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Nilay Vaish | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9139:49e2079ccbcc --------------------------- Simulation.py: move code related to checkpointing to functions This patch moves the code related to checkpointing from the run() function to several different functions. The aim is to make the code more manageable. No functionality changes are expected, but since the code is kind of unruly, it possible that some change might have creeped in.
