TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How new-lines affect the Linux kernel performance

17 点作者 mhasbini超过 6 年前

2 条评论

_ikke_超过 6 年前
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 未加载
aw1621107超过 6 年前
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>