profBug

Matthew Fluet mfluet@intertrust.com
Sat, 2 Jun 2001 14:41:49 -0700 (PDT)


> > Any way, I put a tar'd gzip'd version of the profiling bug stuff at
> > 	http://sourcelight.com/Z/profBug.tgz

Henry, I don't think that you compiled go with the -p flag to mlton.
Which now confuses me, because I don't know why the profiling got turned
on (unless you explicitly included prof.o).  Anyways, that explains one
oddity, namely that mlprof is calling everything a (C) function -- because
it didn't find a corresponding MLtonProfile label, it's thinking that
everything is linked in C functions.

Hopefully, with -p, you'll get the correct output from the new version of
mlprof I sent out.