There is now std::shared_ptr passed around which is expensive for manycore CPUs.
Most of the times (except for 3 cases) it is now just std::moved with no CPU locks needed.
It also makes it possible to sort the keys (which is now not needed much after D66398.
This was originally D66392 but then that one ended up as a different patch.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM