aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-03-06 22:07:34 +0100
committerKarel Kočí <cynerd@email.cz>2018-03-06 22:07:34 +0100
commite869534670e1e1cb3b68c1e60205c36dff2dcb16 (patch)
treefc61996b564d129d110d9836c01e1cba1d99cb08 /TODO.md
parent1a20d908b6eefe32807f906b7294c562256a7518 (diff)
downloadqtmips-e869534670e1e1cb3b68c1e60205c36dff2dcb16.tar.gz
qtmips-e869534670e1e1cb3b68c1e60205c36dff2dcb16.tar.bz2
qtmips-e869534670e1e1cb3b68c1e60205c36dff2dcb16.zip
Append some TODOs
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index e23fe49..3dc1fbc 100644
--- a/TODO.md
+++ b/TODO.md
@@ -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).