IBM User Guide for Java V7 on Windows > IBM SDK for Java > The JIT compiler > How the JIT compiler optimizes code
Phase 4 - global optimizations
Global optimizations work on the entire method at once. They are more "expensive", requiring larger amounts of compilation time, but can provide a great increase in performance.
The optimizations are:
- Global data flow analyses and optimizations
- Partial redundancy elimination
- Escape analysis
- GC and memory allocation optimizations
- Synchronization optimizations
Parent: How the JIT compiler optimizes code
Error 404 - Not Found Error 404 - Not Found
The document you are looking for may have been removed or re-named. Please contact the web site owner for further assistance.