mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 16:21:32 +02:00
15 lines
605 B
Plaintext
15 lines
605 B
Plaintext
Done:
|
|
- dynamically allocate scheduler context
|
|
- see if preferring critical path can improve code efficiency (YES !)
|
|
|
|
Pending:
|
|
- see if dynamically adjusting the critical path leads to further improvements
|
|
- 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
|
|
- see if valgrind can do something useful
|