[Mlir-commits] [lldb] [llvm] [mlir] Split the llvm::ThreadPool into an abstract base class and an implementation (PR #82094)
Mehdi Amini
llvmlistbot at llvm.org
Tue Feb 27 16:52:32 PST 2024
================
@@ -227,7 +265,7 @@ class ThreadPool {
class ThreadPoolTaskGroup {
----------------
joker-eph wrote:
> We could change for example this with a std::string or uint64_t with probably minimal changes to any call site.
How would you get a unique id at runtime if not for the address of the object?
https://github.com/llvm/llvm-project/pull/82094
More information about the Mlir-commits
mailing list