Review Board 2.0.15


ruby: avoid using g_system_ptr for event scheduling

Review Request #1418 - Created Sept. 13, 2012 and submitted - Latest diff uploaded

Information
Nilay Vaish
gem5
default
Reviewers
Default
Changeset 9224:dd7da7aece0a
---------------------------
ruby: avoid using g_system_ptr for event scheduling
This patch removes the use of g_system_ptr for event scheduling. Each consumer
object now needs to specify upfront an EventManager object it would use for
scheduling events. This makes the ruby memory system more amenable for a
multi-threaded simulation.