R-JIT® - Java Just-In-Time
Compiler
Reservoir's R-JIT is a Java Just-In-Time compiler that is
based on Reservoir's R-DYN dynamic
compiler, so it benefits from efficient intermediate
representation, fast and effective optimizations, and
effective code generation.
In addition, we provide the following features to enhance
Java performance and functionality:
-
Profile-driven inlining and specialization.
-
Global analysis, including speculative optimization with
contingent undoing on relevant dynamic class loads.
-
Fast handling for exceptions, synchronizations.
-
Hand-coded implementations of common functions.
-
A state-of-the-art fast garbage collector.
R-JIT is portable across JVMs. The result of coupling R-JIT
with a JVM has been performance that exceeds that of
name-brand JVMs, and is as least as good as the best of
these.
For more information about R-JIT, including its features,
performance results, and licensing terms, please contact us.
|