static int aUselessCalculationForBenchmarking() { int n = 10000000, j = 0; for i to n: j = j*j+1; ret j; }