-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/1284/#review3021
-----------------------------------------------------------

Ship it!


Ship It!

- Andreas Hansson


On July 3, 2012, 3:35 a.m., Anthony Gutierrez wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviews.gem5.org/r/1284/
> -----------------------------------------------------------
> 
> (Updated July 3, 2012, 3:35 a.m.)
> 
> 
> Review request for Default.
> 
> 
> Description
> -------
> 
> Changeset 9086:8a09d8787f5a
> ---------------------------
> cache: don't allow dirty data in the i-cache
> 
> removes the optimization that forwards an exclusive copy to a requester on a
> read, only for the i-cache. this optimization isn't necessary because we
> typically won't be writing to the i-cache.
> 
> 
> Diffs
> -----
> 
>   src/mem/cache/cache_impl.hh 5f0321c03a2602f34dd03700e41e0cf5b47b8761 
> 
> Diff: http://reviews.gem5.org/r/1284/diff/
> 
> 
> Testing
> -------
> 
> Added i-cache invalidation instruction for ARM. These instructions invalidate 
> i-cache entries without writing them back, because it is not expected for 
> there to be dirty data in the caches. While invalidating I would get assert 
> failures and/or the program would hang due to dirty data in the i-cache being 
> invalidated. Doing this fixed those problems. Ran BBench to completion with 
> this fix and inv instructions in place. This is a necessary step towards 
> adding the inv instructions for ARM.
> 
> 
> Thanks,
> 
> Anthony Gutierrez
> 
>

_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to