eventq: add a version of insert that takes a hint
Review Request #6 - Created April 18, 2010 and updated - Latest diff uploaded
| Information | |
|---|---|
| Nathan Binkert | |
| gem5 | |
| Reviewers | |
| Default | |
eventq: add a version of insert that takes a hint This hint is in the form of another event that has the same tick and priority. If the hint is wrong, then the normal schedule happens, but if the hint is right, the insertion is O(1). This version is also inlined so if the hint is good, it's pretty darned fast.
