diff options
author | Karel Kočí <cynerd@email.cz> | 2018-03-06 22:07:34 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-03-06 22:07:34 +0100 |
commit | e869534670e1e1cb3b68c1e60205c36dff2dcb16 (patch) | |
tree | fc61996b564d129d110d9836c01e1cba1d99cb08 | |
parent | 1a20d908b6eefe32807f906b7294c562256a7518 (diff) | |
download | qtmips-e869534670e1e1cb3b68c1e60205c36dff2dcb16.tar.gz qtmips-e869534670e1e1cb3b68c1e60205c36dff2dcb16.tar.bz2 qtmips-e869534670e1e1cb3b68c1e60205c36dff2dcb16.zip |
Append some TODOs
-rw-r--r-- | TODO.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -9,3 +9,11 @@ * When MemoryView is resized we should ensure that we stay in middle even if we add new column. * Optimize MemoryView (it calls layout size and do_layout a lot) +* Use background color to mark program and data in cache +* Do not use multiple rows for program and memory unless there is more horizontal + space then vertical +* There seems to be some problem with layout recalculation when dock is pulled + out of main window. When it's resized then it's immediately correctly + recalculated. +* Implement tests for forwarding and stall in pipecore (check things like if we + nop is correctly inserted, and if forward correctly works and so on). |