Timestamp:
09/22/14 11:42:26 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, 5-freebsd-12, 388d46bb1b3080402c68ae11d14b2b36c3138952, freebsd-9.3, 89db1bb27c9d52164a78dc2fda0a2ba9da0920ef
Children:
efb82b8
Parents:
6b475ce
git-author:
Sebastian Huber <sebastian.huber@…> (09/22/14 11:42:26)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/23/14 08:03:10)
Message:

Replace RTEMS objects with custom implementation

Performance analysis revealed that the standard RTEMS objects are a
major bottleneck. The object get mechanism and attribute checks at
runtime have a significant overhead. Use a custom implementation for
synchronization primitives. This drops also the size of the
synchronization primitives considerably.

(No files)

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