Changeset 8fd28d83 in rtems for cpukit/sapi/src/exinit.c

Timestamp:
11/09/07 15:21:20 (16 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.9, 5, master
Children:
d9bae24
Parents:
1c91942
Message:

2007-11-09 Joel Sherrill <joel.sherrill@…>

  • sapi/src/exinit.c, score/Makefile.am, score/include/rtems/score/apimutex.h: API Mutex calls should never have been inlined. Inlining them lead to many inlined copies of core mutex lock. This lead to over 2K savings in the SPARC/ERC32 minimum.exe.
  • score/src/apimutex.c, score/src/apimutexallocate.c, score/src/apimutexlock.c, score/src/apimutexunlock.c: New files.
(No files)

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