Richard Guenther <richard.guent...@gmail.com> writes: > What happens if the indirect call is optimized to a jump via tailcall > optimization? We'd bogously skip one function then, no?
But that always happens with backtraces through tailcalls. It's nothing new. Ian