From 894bbbc4f2da0b2157756ba6cdd9063b1c826c80 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 1 Aug 2009 15:58:59 +0000 Subject: 2009-08-01 Joel Sherrill * 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. --- cpukit/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpukit/ChangeLog') 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 + + * 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 * score/src/heapgetinfo.c: Simplify implementation. -- cgit v1.2.3