static vStackComputeWithStats(VStack.Computable computation) { if (computation == null) null; new VStack stack; stack.push(computation); stepAllWithStats(stack); ret (A) stack.result(); }