JET compiles all methods first. After method is detected to be "hot" it is recompiled with OPT compiler.
You can use only one of the compilers by specifying -Xem:opt or -Xem:jet command line parameter. On Nov 9, 2007 5:26 PM, Simon Chow <[EMAIL PROTECTED]> wrote: > Thanks! > By the way, what's the relationship between JET and OPT? > Can they work alone in drlvm? > > > On 09/11/2007, Alexei Fedotov <[EMAIL PROTECTED]> wrote: > > > > Hello Simon, > > You are correct about JET. As far as I know it is used in combination > > with OPT by default. > > > > For launching an interpreter adding -Xint option works for me. There > > is also some syntax like -Xem:interpreter, but I don't use it. > > > > Thanks for your interest! > > > > > > > > > > On 11/9/07, Simon Chow <[EMAIL PROTECTED]> wrote: > > > AFAK, drlvm uses JET to execute java program by default, isn't it? > > > > > > Can I execute program using interpreter in drlvm? > > > And how to configure it to do so? > > > > > > -- > > > From : [EMAIL PROTECTED] School of Fudan University > > > > > > > > > -- > > With best regards, > > Alexei, > > ESSD, Intel > > > > > > -- > > From : [EMAIL PROTECTED] School of Fudan University > -- Mikhail Fursov
