[PATCH] D34772: Treat allocations within dispatch_once blocks as global allocations
Francis Ricci via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 28 14:16:24 PDT 2017
fjricci abandoned this revision.
fjricci added a comment.
This doesn't provide as much of a performance benefit as I expected. In addition, the fact that a leak comes from a system library doesn't make it less of a leak. It's not a great user experience to see system library leaks in your program output, but I don't think there is much we can/should do about it.
https://reviews.llvm.org/D34772
More information about the llvm-commits
mailing list