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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

COZ: Finding Code That Counts with Causal Profiling [pdf]

36 点作者 epsylon超过 9 年前

3 条评论

Jonhoo超过 9 年前
It is worth noting that the profiler is fully open-source: <a href="https:&#x2F;&#x2F;github.com&#x2F;plasma-umass&#x2F;coz" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;plasma-umass&#x2F;coz</a>. There is even a package for Arch Linux!
drewm1980超过 9 年前
Man, I love the idea, even though a lot of the code I want to test is tied to hardware that can&#x27;t be just slowed down.<p>They show several examples where speeding up a line is predicted to slow down execution, but ~actually optimizing it had the opposite effect, so kudos to them for including bizarre results too. I hope they take this farther; seems promising.
speedkills超过 9 年前
Very interesting work. Would love to see something like this for the jvm.