[clang] [clang][bytecode] Use tailcalls via `[[clang::musttail]]` (PR #173756)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 2 20:48:40 PST 2026
tbaederr wrote:
> he main thing I’m concerned about is that we might start getting stack overflows in debug mode if we don’t force a tail call here
And how could that possibly be prevented if MSVC doesn't do `[[musttail]]` in debug builds?
https://github.com/llvm/llvm-project/pull/173756
More information about the cfe-commits
mailing list