Simulation.py: move code related to checkpointing to functions
Review Request #1329 - Created July 27, 2012 and submitted
| 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.
Posted (Aug. 3, 2012, 11:55 p.m.)
Any objections?
Looks fine, but could you please put some documentation on the functions you've created. I know it's like a bandaid on a massive wound, but we have to start somewhere.
