diff options
author | Curtis Dunham <Curtis.Dunham@arm.com> | 2015-03-23 06:57:36 -0400 |
---|---|---|
committer | Curtis Dunham <Curtis.Dunham@arm.com> | 2015-03-23 06:57:36 -0400 |
commit | 564482c78283c749dc537cb9c1b2d788bf306a82 (patch) | |
tree | d9fa838e9313aa7938cb478612bef8a22e5a080e /src/python | |
parent | 45286d9b64646bb4fe47f3ebf1815324dd6cb62b (diff) | |
download | gem5-564482c78283c749dc537cb9c1b2d788bf306a82.tar.xz |
sim: Reuse the same limit_event in simulate()
This patch accomplishes two things:
1. Makes simulate()'s GlobalSimLoopExitEvent a singleton reused
across calls. This is slightly more efficient than recreating
it every time.
2. Gives callers to simulate() (especially other simulators) a
foolproof way of knowing that the simulation period ended
successfully by hitting the limit event. They can call
getLimitEvent() and compare it to the return
value of simulate().
This change was motivated by an ongoing effort to integrate gem5
and SST, with SST as the master sim and gem5 as the slave sim.
Diffstat (limited to 'src/python')
0 files changed, 0 insertions, 0 deletions