O3: Tighten memory order violation checking to 16 bytes.
authorAli Saidi <Ali.Saidi@ARM.com>
Mon, 4 Apr 2011 16:42:23 +0000 (11:42 -0500)
committerAli Saidi <Ali.Saidi@ARM.com>
Mon, 4 Apr 2011 16:42:23 +0000 (11:42 -0500)
commit7dde557fdc51140988092962137e1006d1609bea
tree7511f093667759fb13a88cb204247b416295b3c9
parentee489a541a8a49de4e8ca6e486081149f57de99f
O3: Tighten memory order violation checking to 16 bytes.

The comment in the code suggests that the checking granularity should be 16
bytes, however in reality the shift by 8 is 256 bytes which seems much
larger than required.
src/cpu/base_dyn_inst.hh
src/cpu/o3/O3CPU.py
src/cpu/o3/lsq_unit.hh
src/cpu/o3/lsq_unit_impl.hh