Changeset 5dffbc42 in rtems

Timestamp:
05/16/22 18:34:59 (2 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
89e910f1
Parents:
94df3a7a
git-author:
Sebastian Huber <sebastian.huber@…> (05/16/22 18:34:59)
git-committer:
Sebastian Huber <sebastian.huber@…> (06/23/22 08:28:49)
Message:

score: Make SMP only code explicit

Conditional expressions with inline functions are not optimized away if
optimization is disabled. Avoid such expressions to prevent dead
branches. It helps also during code review to immediately see if a loop
is used or not.

(No files)

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