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

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to