You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/11/15 10:11:40 UTC

[GitHub] [incubator-nuttx] zyfeier opened a new pull request, #7600: nuttx/sched: remove nxsched_remove_readytorun from up_block_task

zyfeier opened a new pull request, #7600:
URL: https://github.com/apache/incubator-nuttx/pull/7600

   
   ## Summary
   
   It takes about 10 cycles to obtain the task list according to the task status. In most cases, we know the task status, so we can directly add the task from the specified task list to reduce time consuming.
   
   ## Impact
   
   Performance:
   
   sem_wait + sem_post (cycle count):
   before:
   `330`
   
   after:
   `320`
   
   ## Testing
   
   sabre-6quad:nsh ostest
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] zyfeier closed pull request #7600: nuttx/sched: remove nxsched_remove_readytorun from up_block_task

Posted by GitBox <gi...@apache.org>.
zyfeier closed pull request #7600: nuttx/sched: remove nxsched_remove_readytorun from up_block_task
URL: https://github.com/apache/incubator-nuttx/pull/7600


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org