aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-04-01 20:13:04 +0200
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-04-01 20:13:04 +0200
commit71a7c2e6791d62eaeddf8bd143c7cc1233912f2b (patch)
treec6118395159a277216dfcb178eed84f5da7d2c43 /TODO.md
parent38878cff43bb71d1ebd05b680b4d97f4f6719eba (diff)
downloadqtmips-71a7c2e6791d62eaeddf8bd143c7cc1233912f2b.tar.gz
qtmips-71a7c2e6791d62eaeddf8bd143c7cc1233912f2b.tar.bz2
qtmips-71a7c2e6791d62eaeddf8bd143c7cc1233912f2b.zip
Update TODO list a little.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md18
1 files changed, 7 insertions, 11 deletions
diff --git a/TODO.md b/TODO.md
index 31d32c4..30b1b5a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,14 +1,10 @@
-* Full unprivileged instructions support
-* Windows support
+* Full unprivileged instruction set support.
* On cache also allow calculate what time it would take with stalls.
-* Add at least one memory mapped periphery (leds or console?)
* Unit tests for hazard unit
-* When we are scrolling or content is updated in MemoryView the layout
- recalculation is very annoying. It reorders view and that way blinks.
-* 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)
+* Consider to notify MemoryView and ProgramView about changed range
+ to limit update and redraw to required region only.
* Use background color to mark program and data in cache
-* 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.
+* 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 and test more SPIM compatible syscalls.