Inline a small function.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 13089 Build 13089: arc lint + arc unit
Event Timeline
lld/trunk/ELF/InputFiles.cpp | ||
---|---|---|
609 ↗ | (On Diff #126848) | 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? |