diff options
author | 2019-09-28 21:45:54 +0200 | |
---|---|---|
committer | 2019-09-28 21:45:54 +0200 | |
commit | 83810ee3fc55e7a63794d554417caf55a3293274 (patch) | |
tree | 1fd6cc58115411e7c7c146fad55d4d642a1331d7 /Notes.md | |
parent | ae9608a0b6e6e8fb0f5e1112b0171c6f1faacd7a (diff) | |
download | rtic-83810ee3fc55e7a63794d554417caf55a3293274.tar.gz rtic-83810ee3fc55e7a63794d554417caf55a3293274.tar.zst rtic-83810ee3fc55e7a63794d554417caf55a3293274.zip |
Lock Optimization RFC (Notes updated)
Diffstat (limited to '')
-rw-r--r-- | Notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ ## Idea We are reading BASEPRI independently if and only if we are actually changing BASEPRI. -On restoring BASEPRI chose to restore read value if at the outmost nesting level (initial priority of the task). In this way, unnecessary BASEPRI accesses, and reduce register pressure. +On restoring BASEPRI chose to restore read value if at the outmost nesting level (initial priority of the task). In this way, we can avoid unnecessary BASEPRI accesses, and reduce register pressure. If you want to play around checkout the `lockopt` branch and use: |