Files
rtems/cpukit
Sebastian Huber 3899bc1a4b score: Optimize object lookup
Use the maximum ID for the ID to object translation.  Using the maximum
ID gets rid of an additional load from the object information in
_Objects_Get().  In addition, object lookups fail for every ID in case
the object information is cleared to zero.  This makes it a bit more
robust during system startup (see new tests in spconfig02).

The local table no longer needs a NULL pointer entry at array index
zero.  Adjust all the object iteration loops accordingly.

Remove Objects_Information::minimum_id since it contains only redundant
information.  Add _Objects_Get_minimum_id() to get the minimum ID.

Update #3621.
2018-12-07 14:22:01 +01:00
..
2018-11-12 07:01:16 +01:00
2018-10-09 13:26:47 +02:00
2018-11-20 09:45:51 -06:00
2018-12-07 14:22:01 +01:00
2018-11-14 07:02:03 +01:00
2018-10-10 07:53:11 +02:00
2018-10-10 07:53:32 +02:00
2018-10-10 07:53:50 +02:00
2018-10-10 07:54:12 +02:00
2018-10-10 07:54:43 +02:00
2018-12-07 14:22:01 +01:00
2018-10-10 07:55:10 +02:00
2018-12-07 14:22:01 +01:00
2018-12-07 14:22:01 +01:00
2018-10-10 07:55:12 +02:00
2018-01-25 08:45:26 +01:00
2018-11-12 07:01:16 +01:00
2018-10-09 13:26:47 +02:00