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? >
