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/09/06 13:25:27 UTC

[GitHub] [incubator-nuttx] zyfeier commented on a diff in pull request #6987: nuttx/sched: semaphore and mqueue task list optimize

zyfeier commented on code in PR #6987:
URL: https://github.com/apache/incubator-nuttx/pull/6987#discussion_r963705703


##########
sched/Kconfig:
##########
@@ -1826,3 +1826,10 @@ config SCHED_BACKTRACE
 		using the information automatically generated by the
 		compiler or architecture specific approach when ARCH_HAVE_BACKTRACE
 		is selected
+
+config TASK_LIST_OPTIMIZE
+	bool "Enable task list optimize"
+	default n
+	---help---
+		Set to enable task lists optimize.

Review Comment:
   I add more information for this feature, plz check.



-- 
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