public class HelloWorld { public static void main(String args[]) { System.out.println("Hello world!"); } }
program | V1 size | V1 speed | V2 size | V2 speed | JVM 1.5 speed | gcj speed |
---|---|---|---|---|---|---|
HelloWorld | 27.136 | - | 26.624 | - | - | - |
Test add | 30.208 | 56380 | 29.184 | 100512 | 84484 | 212273 |
current measurements
Test | BVM speed | JVM 1.5 speed | gcj speed |
---|---|---|---|
return 0 | 230910 | 98667 | 224542 |
add | 180219 | 91480 | 195843 |
multiply | 149357 | 89095 | 197152 |
add array | 117054 | 73929 | 127408 |
loop10000 | 79 | 35 | 88 |
biginteger multiply | 4753 | 2815 | 2373 |
biginteger modulo | 3976 | 3429 | 4961 |