 |
 |
 |
 |
 |
 |
 |
 |
 |
|
|
 |
 |
|
OpenJIT Preliminary
|
|
|
Benchmarks (3) - Warmup Time
|
|
|
|
|
 |
 |
 |
 |
• |
Coldstart,
compile & execute an empty method
|
|
(incl.
self-compile time)
|
|
|
• |
Execution
Result (wo/Frontend)
|
|
|
|
|
|
 |
 |
 |
 |
OpenJIT(JDK1.1.5)
|
|
|
real
1.138
|
|
|
|
user
0.880
|
|
|
|
sys
0.117
|
|
|
|
 |
 |
 |
 |
JDK1.1.5
Interpreter
|
|
|
|
real
0.346 (diff = 0.79)
|
|
|
|
user
0.142 (diff = 0.74)
|
|
|
|
sys
0.075 (diff = 0.042)
|
|
|
|
|
|
 |
|
|
|
|