Inline a small function.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lld/trunk/ELF/InputFiles.cpp | ||
---|---|---|
609 | Why is inlining this better? Isn't it generally considered better for comprehension to have smaller, well-named functions? Also, out of curiosity, why all use of this-> in this file? Just a local coding style or some kind of ambiguity resolution? |
Why is inlining this better? Isn't it generally considered better for comprehension to have smaller, well-named functions?
Also, out of curiosity, why all use of this-> in this file? Just a local coding style or some kind of ambiguity resolution?