----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1019/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 8733:46a19d5999bd --------------------------- O3 CPU: Improve handling of delayed commit flag The delayed commit flag is used in conjunction with interrupt pending flag to figure out whether or not fetch stage should get more instructions. This patch clears this flag when instructions are squashed. Also, in case an interrupt is pending, currently it is not possible to access the instruction cache. This patch allows accessing the cache in case this flag is set. Diffs ----- src/cpu/o3/fetch_impl.hh 9d7c1dc54954 Diff: http://reviews.gem5.org/r/1019/diff/diff Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
