> On Feb 3, 2016, at 11:28 PM, Trygve Inda wrote:
>
> why do I get to
> see 3 method calls in my own app in the first example, but only the last call
> in the second example?
Tail-call optimization, probably. If the last thing a function does is call
another function, the optimizer will chang
I am trying to track down a difficult bug on a customer's machine.
I have inserted [NSThread callStackSymbols] at a critical place in the app
where I want to see how it got there.
When running a debug version, either in the debugger or not, I see:
2/3/16 10:53:51.070 PM MyApp Core[22398]: (