----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/6/ -----------------------------------------------------------
Review request for Default. Summary ------- 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. Diffs ----- src/sim/eventq.hh 73d1aaf6c6ff Diff: http://reviews.m5sim.org/r/6/diff Testing ------- Thanks, Nathan _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
