• W
    mem: loadpipe will not miss if fullForward succeed · 3db2cf75
    William Wang 提交于
    New option `EnableFastForward` is added to config list.
    EnableFastForward will reduce L1D$ miss but make timing worse.
    
    * `forwardMaskFast` is generated at load_s1, it is used to generate
    fastUop for fast wakeup
    * `forwardMask` is generated at load_s2, it will be used to check if
    forward result is correct
    3db2cf75
StoreQueueData.scala 9.5 KB