xiaoxiang781216 commented on PR #7599: URL: https://github.com/apache/incubator-nuttx/pull/7599#issuecomment-1318109996
@masayuki2009 @pkarashchenko this patchset try to extract the common operation from arch to sched which: 1. Avoid the same logic duplicate in each arch 2. Improve 10% sched performance After the change, only when the current task need switch out, scheduler will call into arch code. -- 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