Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
- Build Status
Buildable 25243 Build 25242: arc lint + arc unit
Event Timeline
Comment Actions
a) Performance (very minor): it removes a heap allocation of the function constructor (template<class F> function(F f))
b) Clarity: it suggests that the callable's lifetime should end after the callee returns. Such callback is widely used in llvm. lld also uses it a lot (at least 17 times).