[PATCH] D86399: [scudo][standalone] Skip irrelevant regions during release
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 23 23:09:54 PDT 2020
vitalybuka added a comment.
In D86399#2232555 <https://reviews.llvm.org/D86399#2232555>, @cryptoad wrote:
> In D86399#2231990 <https://reviews.llvm.org/D86399#2231990>, @cryptoad wrote:
>
>> I am unclear if there is a way for the lambda to be inlined in the callee.
>> If anyone has a suggestion, I'll gladly take it.
>
> Nevermind this, it is actually inlined.
Interesting that GCC does not inline capture by ref https://godbolt.org/z/exfP69
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86399/new/
https://reviews.llvm.org/D86399
More information about the llvm-commits
mailing list