| |
|
|
| |
Java Server Performance Optimization
|
|
| |
| |
In an ongoing collaboration with the Jalapeno project, we
have been researching issues related to dynamic and
adaptive compilation of Java.
Two questions that arise in this context are:
- What optimizations can the compiler perform quickly?
- How can the Java Virtual Machine collect and use
run-time information to improve performance?
Some highlights of our work in these areas include:
- conservative flow-insensitive optimizations
- experimental study of profile-directed inlining algorithms
See the Jalapeno home page for more detailed information.
|
|
| |
| |
|