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