function go2() {
                calls.push(recurseCount2 * 2 + 1);
                if (++recurseCount2 < maxRecursion) {
                    Updates.enqueue(go2);
                }