Searched hist:9948 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/cpu/o3/
H A Dcommit_impl.hh9948:6cbe5c9d0ebb Thu Oct 31 14:41:00 EDT 2013 Ali Saidi <Ali.Saidi@ARM.com> cpu: Fix O3 issuse with load+barrier instructions.

Fix a problem in the O3 CPU for instructions that are both
memory loads and memory barriers (e.g. load acquire) and
to uncacheable memory. This combination can confuse the
commit stage into commitng an instruction that hasn't
executed and got it's value yet. At the same time refactor
the code slightly to remove duplication between two of
the cases.

Completed in 37 milliseconds