summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-26 19:44:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-26 19:44:10 +0000
commit78dabb697cef81e6b77826c940d559fa49026a6d (patch)
treecabd3e3ee30209b1e48cb788ecb4f05441477c26 /cpukit/ChangeLog
parent2007-10-26 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-78dabb697cef81e6b77826c940d559fa49026a6d.tar.bz2
2007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 89a22b3b1e..3869aa4d83 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,15 @@
+2007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * 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.
+
2007-10-26 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* libi2c/README-libi2c