Skip to content

Commit

Permalink
Clarify the comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbsexton committed Jan 15, 2015
1 parent 36f2d38 commit 8fc94e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pause.fth
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
\ 4. Don't bother doing the single-multi check.
\ 5. Implement lazy register push. Only push registers if switching.

\ Switching to this approach from a dedicated idle task resulted in the
\ same CPU Utilization, but better responsiveness.
\ Switching to to integrated WFI resulted in the same CPU Utilization with
\ better responsiveness. Lazy register push is a win.

CODE pause \ -- ; the scheduler itself
\ *G The software scheduler itself.
Expand Down

0 comments on commit 8fc94e3

Please sign in to comment.