1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2025-04-21 12:27:27 +03:00

m1/perf/: cleaned up sched.c a little; added TODO

This commit is contained in:
Werner Almesberger
2011-09-18 01:28:02 -03:00
parent 64e2a3c6b7
commit c009a13f5c
2 changed files with 29 additions and 16 deletions

8
m1/perf/TODO Normal file
View File

@@ -0,0 +1,8 @@
- see if preferring critical path can improve code efficiency
- test IF
- run result comparison against full set of patches
- check if result comparison actually compares meaningful data
- compare run time and code size for all patches
- see what optimization changes (may interfere with profiling)
- build into Flickernoise (some things may need adapting, e.g., abort())
- review code, see if things can be simplified