Changeset 78dabb69 in rtems for cpukit/score/Makefile.am

Timestamp:
10/26/07 19:44:10 (16 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.9, 5, master
Children:
0e87deaa
Parents:
327b0020
Message:

2007-10-26 Joel Sherrill <joel.sherrill@…>

  • score/Makefile.am, score/include/rtems/score/thread.h, score/inline/rtems/score/thread.inl: No longer inline _Thread_Get. It resulted in unnessary code explosion, many uncovered paths when looking at binary executable coverage, and only optimized getting self. Id translations were still getting pushed to a subroutine call to _Objects_Get. Later the non-inlined version can be further optimized to get Ids in range for the current API, then self, then look at other APIs.
  • score/src/threadget.c: New file.
(No files)

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