TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How new-lines affect the Linux kernel performance

17 pointsby mhasbiniover 6 years ago

2 comments

_ikke_over 6 years ago
This contains more information:<p><a href="https:&#x2F;&#x2F;nadav.amit.zone&#x2F;blog&#x2F;linux-inline" rel="nofollow">https:&#x2F;&#x2F;nadav.amit.zone&#x2F;blog&#x2F;linux-inline</a>
评论 #18170715 未加载
aw1621107over 6 years ago
The linked LWN article provides just a short summary of part of a larger investigation into some strange inlining decisions when compiling the kernel. The full article also includes some bits about the solution used to address the title issue, as well as a section on why kzalloc() was sometimes not inlined despite looking like a very simple function.<p>The full article can be found at <a href="https:&#x2F;&#x2F;nadav.amit.zone&#x2F;blog&#x2F;linux-inline" rel="nofollow">https:&#x2F;&#x2F;nadav.amit.zone&#x2F;blog&#x2F;linux-inline</a>