[Openmp-commits] [openmp] [OpenMP] Fix work-stealing stack clobber with taskwait (PR #126049)

Shilei Tian via Openmp-commits openmp-commits at lists.llvm.org
Thu Feb 6 08:51:15 PST 2025


https://github.com/shiltian commented:

TBH at the first glance I think the fix makes sense but after looking it more, I'm not sure I understand the underlying issue. I don't follow why and when `node` could be "overridden". Isn't it a stack corruption?

https://github.com/llvm/llvm-project/pull/126049


More information about the Openmp-commits mailing list