Pavel,
I know how to dump HIR and LIR. I want to know how to get the
native code of a method.
Thanks
2007/12/19, Pavel Ozhdikhin <[EMAIL PROTECTED]>:
> Pamela,
>
> If you use -XX:jit.arg.log=irdump you'll get dumps of the IR before and
> after every compilation step, including the emitter. It's not exactly
> assembler code, but you'll find it helpful.
>
> Here you can find more about JIT logging options:
> http://harmony.apache.org/subcomponents/drlvm/JIT_PMF.html#Logging_System
>
> Thanks,
> Pavel
>
>
> On 12/19/07, Pamela Yuan <[EMAIL PROTECTED]> wrote:
> >
> > Hi,all
> > In the "emitter"pass, when Jitrino resolve RuntimeInfo,it will
> > generate some dynamic code.If I want to see the assembly code in the
> > chunk, what can I do?
> >
>