zyfeier opened a new pull request, #7923: URL: https://github.com/apache/nuttx/pull/7923
## Summary Improvement pthread_create performance: 1. Create pjoininfo until pthread_exit/pthread_canel/pthread_join get called. 2. Don't allocate pjoininfo if PTHREAD_CREATE_DETACHED is specified. ## Impact pthread_create cost: before: `2516` after: `1889` ## Testing sabre-6quad:nsh ostest pass -- 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