diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-27 15:18:52 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-27 15:18:52 +0100 |
commit | b7f2cec55f9a90032fc225fed0c1427faeadc879 (patch) | |
tree | bcb192542a0bb8ce4a3b76600c1e2a671c6af382 /TODO.md | |
parent | 063da67766585bd1db5e8afd83e2f9eda88119c0 (diff) | |
download | qtmips-b7f2cec55f9a90032fc225fed0c1427faeadc879.tar.gz qtmips-b7f2cec55f9a90032fc225fed0c1427faeadc879.tar.bz2 qtmips-b7f2cec55f9a90032fc225fed0c1427faeadc879.zip |
Various graphics tweaks
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,8 +1,9 @@ * Firm endianity support * Full unprivileged instructions support * Windows support -* Implement some layout/algorithm to reorder registers and memory so that it can - be viewed horizontally. * 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. +* Optimize MemoryView (it calls layout size and do_layout a lot) |