[dev] 3103 uncallable methods in DEV300_m13

2008-05-20 Thread Caolan McNamara
See http://people.redhat.com/caolanm/callcatcher/DEV300_m13/ for full
list. Top three offenders are unchanged, but what might be of interest
is that callcatcher now can parse and use linker map files, so the scan
is extended to include some modules that export headers and symbols for
use by other modules but have linker maps which can be used to show what
symbols are not-exported from the library and are also not used within
the library, i.e. unusable outside the .so and unused inside the .so.

The nice win is that it shows that configmgr has 142 unused methods and
that even sal has a tiny amount. FWIW I think I've submitted patch for
most of the new entries on the list.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] 3103 uncallable methods in DEV300_m13

2008-05-20 Thread Kohei Yoshida

On Tue, 2008-05-20 at 08:55 +0100, Caolan McNamara wrote:
..
 callcatcher now can parse and use linker map files, so the scan
 is extended to include some modules that export headers and symbols for
 use by other modules but have linker maps which can be used to show what
 symbols are not-exported from the library and are also not used within
 the library, i.e. unusable outside the .so and unused inside the .so.

This is very cool. :-)  Can I download the newer version of callcatcher
from somewhere?  I have 1.0.8 on my machine which seems to be still the
latest version available on the callcatcher page.

Kohei

-- 
Kohei Yoshida - OpenOffice.org Engineer - Novell, Inc.
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]