|
|||||
|
|||||
Useful Things |
Disabling the JIT Compiler
MVEL allows you to disable the JIT compiler if for whatever reason it is undesirable to be generating classes. There are two ways of doing this:
The first way is straight forward (as a parameter to the JVM): The second way is straight forward, but worthy of some additional explanation: MVEL uses pluggable optimizers to deal with optimizing the AST and acessors, and is therefore the reason for the use of a named optimizer here, in this case Per Instance SettingAt this time, MVEL does not support per instance configuration of the JIT due to performance constraints. |
||||
|
Copyright 2003-2006 - The Codehaus. All rights reserved unless otherwise noted.
Powered by Atlassian Confluence
|
|||||