mlprof bug

Henry Cejtin henry@sourcelight.com
Fri, 22 Sep 2000 20:03:53 -0500


Your mlprof is not correct.  It prints out counts for the symbol
	gcc2_compiled
(when you turn on -s) which is an error, and was specifically avoided in the
Python code.  Look at the coment infront of addCFunctions() if you still have
the old code.  The CFR regular expression if labelStatic is true was
selected exactly to avoid matching on symbols like this.  I.e., symbols ending
in period are rejected.  The idea was that this should survive more versions
of gcc.