1 2 3 4 5 6 7 8 9
// |jit-test| --ion-warmup-threshold=2 function f() { while (true) { return 1; } } for (var i = 0; i < 100; i++) { f(); }