ncc - The new generation C compiler
"
... with ncc, in less than 40 minutes
I was able to comprehend the console i/o
subsystem of the linux kernel and within
an hour I had already submitted a patch
to the l-k mailing list. I'm waiting
for linus to apply..."
an ncc user who wishes to remain anonymous
ncc is a compiler that produces program analysis information.
ncc is a decent replacement of cflow and cscope
able to analyse any program using the gcc compiler.
The program also includes a graphical call-graph navigator
and source browser which is extremely practical for
hacking and comprehending large projects.
Download version 2.8
The Changelog
For C++ code check out CodeViz .
Screenshot
Screenshot of ncc in action, showing the calls of
do_fork() of the linux kernel
-mail: sxanth@ceid.upatras.gr
(thanks!)