org.jikesrvm.adaptive.util
Class CompilerAdvice
java.lang.Object
org.jikesrvm.adaptive.util.CompilerAdvice
public class CompilerAdvice
- extends Object
Utilities for providing compiler advice. Advice files provided
at run time allow compilers to be specified for particular methods
Run time advice is given by identifying an advice file
through a command line option:
-X:aos:cafi=path-to-advice-file.
- See Also:
CompilerAdviceAttribute,
CompilerAdviceInfoReader,
RuntimeCompiler
|
Method Summary |
static void |
postBoot()
Read a list of compiler advice annotations from a file |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompilerAdvice
public CompilerAdvice()
postBoot
public static void postBoot()
- Read a list of compiler advice annotations from a file