summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-01 15:58:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-01 15:58:59 +0000
commit894bbbc4f2da0b2157756ba6cdd9063b1c826c80 (patch)
tree9fb38035e2aeb526872e9c4ffa43a1aad886d83e /cpukit/ChangeLog
parent2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-894bbbc4f2da0b2157756ba6cdd9063b1c826c80.tar.bz2
2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/inline/rtems/score/heap.inl, score/src/heapwalk.c: Do not inline code to check if newline should be printed. It leads to branch path explosion which is really hard to get coverage on.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 9ee4f273ec..e280454167 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * score/inline/rtems/score/heap.inl, score/src/heapwalk.c: Do not
+ inline code to check if newline should be printed. It leads to branch
+ path explosion which is really hard to get coverage on.
+
2009-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/src/heapgetinfo.c: Simplify implementation.