1. 01 11月, 2020 3 次提交
  2. 27 10月, 2020 2 次提交
    • Y
      Reservation Station: remove assert to support #entries > 8 · 3c1761a1
      Yinan Xu 提交于
      3c1761a1
    • Y
      DispatchQueue: only dequeue entries between headPtr and dispatchPtr · d81a48cd
      Yinan Xu 提交于
      Case: vvvdvvvddddd
                  ^    ^
      If the leftmost instruction is a store and it writebacks, these instructions won't be replayed.
      However, we cannot move headPtr to the left hand side of the dispatchPtr since there're still
      instructions that have not been dispatched to issue queues.
      In this case, we only remove the instructions before dispatchPtr.
      Moving headPtr in case of store writeback only affects performance, since instructions leave dispatch queue when they commit.
      d81a48cd
  3. 25 10月, 2020 2 次提交
  4. 21 10月, 2020 4 次提交
  5. 20 10月, 2020 3 次提交
  6. 19 10月, 2020 2 次提交
  7. 18 10月, 2020 2 次提交
  8. 16 10月, 2020 2 次提交
  9. 15 10月, 2020 1 次提交
  10. 13 10月, 2020 1 次提交
  11. 11 10月, 2020 2 次提交
  12. 09 10月, 2020 1 次提交
  13. 03 10月, 2020 1 次提交
  14. 28 9月, 2020 3 次提交
  15. 27 9月, 2020 4 次提交
  16. 26 9月, 2020 2 次提交
  17. 25 9月, 2020 1 次提交
  18. 24 9月, 2020 1 次提交
  19. 23 9月, 2020 1 次提交
  20. 18 9月, 2020 2 次提交