Profiling Kawa code

Per Bothner per@bothner.com
Sat Oct 7 03:57:07 GMT 2023



On 10/6/23 20:54, Per Bothner wrote:
> You need to figure out where in the generated bytecode Method.invoke
> is called. You can use javap or some other bytecode de-compiiler
> or dis-assembler. Once you narrow down wheer the call is coming
> from you can add type specifiers to help the compiler.

Your profiler tool can probably also help you figure out the *caller* of Method.invoke.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/


More information about the Kawa mailing list