[kaffe] tracing kaffe during jit
Dalibor Topic
robilad at kaffe.org
Mon Oct 4 15:05:40 PDT 2004
kalyan ram wrote:
> Hi
> I want to trace kaffe as jit is being done on
> method so that I can see where the flow is going from
> one method to another.Can you point me to an old
> archive that answers this or any other way?
Hi Ram,
if you are only interested in method invocations, check out the
-verbosecall option for kaffe, and the code implementing it. It prints
out all method invocations in the jitter. You could expand it to make
the method flow output suit you.
cheers,
dalibor topic
More information about the kaffe
mailing list