Changeset 8b73ee5 in rtems for cpukit/Makefile.am

Timestamp:
03/03/20 12:45:50 (4 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
0b0cd93
Parents:
fdeaa64
git-author:
Sebastian Huber <sebastian.huber@…> (03/03/20 12:45:50)
git-committer:
Sebastian Huber <sebastian.huber@…> (03/04/20 07:43:45)
Message:

rtems: rtems_scheduler_get_processor_maximum()

In uniprocessor configurations, use compile-time constants for
rtems_scheduler_get_processor_maximum() and
rtems_scheduler_get_processor(). This helps compilers and static
analyzers to deduce that some loop bodies are only executed once and
some conditional statements have a fixed outcome (may improve code
generation and reduce false positives).

In SMP configurations, directly provide the internal implementation for
performance reasons.

(No files)

Note: See TracChangeset for help on using the changeset viewer.