This patch includes a few changes to improve task allocation
performance slightly. These changes are enough to restore performance
drop observed after introducing hidden helper.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I can understand the point of setting flag by direct copy, but does inline really help a lot here, or say really inline the function?
Comment Actions
Undo the change that introduce __kmp_task_alloc_impl since the outcome may vary depending on the build compiler.