Review Board 2.0.15


O3: Skipping mem-order violation check for uncachable loads.

Review Request #200 - Created Aug. 13, 2010 and submitted

Information
Ali Saidi
gem5
Reviewers
Default
Min
O3: Skipping mem-order violation check for uncachable loads.
Uncachable load is not executed until it reaches the head of the ROB,
hence cannot cause one.

   
Review request changed
Updated (Aug. 13, 2010, 3:18 a.m.)

People:

+Min
Posted (Aug. 19, 2010, 3:10 a.m.)



  
src/cpu/o3/fetch_impl.hh (Diff revision 1)
 
 
You don't need the %lli or %lld for cprintf/DPRINTF.  It automatically figures out if it is a long or not.
src/cpu/o3/iew_impl.hh (Diff revision 1)
 
 
ditto
Posted (Aug. 19, 2010, 3:33 a.m.)



  
src/cpu/o3/fetch_impl.hh (Diff revision 1)
 
 
Fair enough, but it's how all the serial numbers are printed in the file. if we want to change it we should probably have a diff that changes them all. 
  1. That's fine.