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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
