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

   
   ## 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 delete the 
task from the specified task list to reduce time consuming.
   
   ## Impact
   
   Performance:
   
   sem_post -> sem_wait (cycle count):
   before:
   `171`
   
   after:
   `161`
   
   ## 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-unsubscr...@nuttx.apache.org

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

Reply via email to