ruby banked array: do away with event scheduling
authorNilay Vaish <nilay@cs.wisc.edu>
Mon, 15 Oct 2012 22:27:15 +0000 (17:27 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Mon, 15 Oct 2012 22:27:15 +0000 (17:27 -0500)
commitc7b0901b97a86eb2d61e4ddd96a73a9d777a57c1
treee4ba9c75e330cc66717d63095de2028671b9575e
parent6a65fafa52925ec4278121278b048363a3abd5ac
ruby banked array: do away with event scheduling
It seems unecessary that the BankedArray class needs to schedule an event
to figure out when the access ends. Instead only the time for the end of access
needs to be tracked.
src/mem/ruby/system/BankedArray.cc
src/mem/ruby/system/BankedArray.hh