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/02 09:41:09 UTC

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

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


##########
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:
   This needs a more descriptive explanation. Please answer the question what it does when to use it, why to use it and how it works.



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