Difference between revisions of "RTOS topics general"
From Wiki at Neela Nurseries
m (Add link to ITHare article on optimizations.) |
m (Link to Mark Dawson Jr. article on CPU1 task pinning.) |
||
Line 8: | Line 8: | ||
* http://ithare.com/infographics-operation-costs-in-cpu-clock-cycles/ | * http://ithare.com/infographics-operation-costs-in-cpu-clock-cycles/ | ||
+ | |||
+ | Mark Dawson Jr. article on CPU1 task pinning, Linux kernel routine `cpumask_first(const struct cpumask *srcp)`: | ||
+ | |||
+ | * https://www.jabperf.com/my-fear-of-commitment-to-the-1st-cpu-core/ |
Revision as of 20:53, 8 August 2024
Multi-core issues, pinning threads to CPUs:
Optimizations in and outside of RTOS settings:
Mark Dawson Jr. article on CPU1 task pinning, Linux kernel routine `cpumask_first(const struct cpumask *srcp)`: