Jean-Francois Dive wrote:
Walu a tous,

Je recherche un tool, qui probablement existe kkpart. Se qui me fodrait
c'est un analyser de code (C ou le binaire, ou apres une etape kkonque
de GCC) qui trouverait les morceaux de dead code, se qui n'est jamais
appele. Je sais que GCC fournis deja kk informations, mais kkun connait
il kkchose qui marche bien ?

Merci,

Je ne touche que rarement au C, C++, mais j'ai utilisé avec intérêt 'Valgrind' pour me dépatouiller d'un gros problème de fuites.



    Valgrind is an x86 Linux debugger and profiler.

It includes tools for detecting memory management errors
(such as the use of uninitialised memory, use of memory after
it has been freed, writing to areas of the stack that you should
not write to, memory leaks, passing unitialised or unaddressable
memory to system calls, reading or writing beyond the end of
malloc'd blocks, misuse of POSIX threads API, mismatched memory
allocation calls, overlapping source and destination pointers
for memcpy() and related functions, etc), a cache profiler,
and a thread debugger which is able to help you detect data
races in multithreaded programs.


J.


------------------------------------------------------------------------

_______________________________________________________
Linux Mailing List - http://www.unixtech.be
Subscribe/Unsubscribe: http://lists.unixtech.be/cgi-bin/mailman/listinfo/linux
Archives: http://www.mail-archive.com/linux@lists.unixtech.be
IRC: chat.unixtech.be:6667 - #unixtech
NNTP: news.gname.org - gmane.org.user-groups.linux.unixtech

--
" Do something for freedom every day "
        * support Open Document Format :
                please discover and use OpenOffice (gratis)
        * or at least, install it as a converter from open format
                to a proprietary one.
Please realize that proprietary formats are important tools
to reinforce a monopoly.
begin:vcard
fn:Dr Alain EMPAIN
n:EMPAIN;Alain
org:University of LIEGE;Euregio ALMA-Grid project
adr;quoted-printable:Avenue de l'H=C3=B4pital, 3;;BAT. B23 GIGA,;Liege 1;;B-4000;Belgium
email;internet:[EMAIL PROTECTED]
title:Bioinformatics 
tel;work:+32 4 366 4497
tel;fax:+32 4 366 2917
tel;home:+32 85 51 2341
tel;cell:+32 497 70 1764
x-mozilla-html:FALSE
version:2.1
end:vcard

_______________________________________________________
Linux Mailing List - http://www.unixtech.be
Subscribe/Unsubscribe: http://lists.unixtech.be/cgi-bin/mailman/listinfo/linux
Archives: http://www.mail-archive.com/linux@lists.unixtech.be
IRC: chat.unixtech.be:6667 - #unixtech
NNTP: news.gname.org - gmane.org.user-groups.linux.unixtech

Répondre à