On the 0x683 day of Apache Harmony pillow wrote: > Hi all: > > There are two chains in -OPT.server. Can I run harmony with a chain as JET > and another as interpreter? > > I want to run some small functions with JET, and run bigger ones with > interpreter. > > For example, in a HelloWorld test, I only want to compile and execute main > function with JET. Other methods( in library classes) > > are compiled and run with interpreter. Is that possible? And are there some > methods to reach this goal.
No, JIT & interpreter mixed mode is not supported in DRLVM. Sorry. -- Egor Pasko