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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Superfast asm.js benchmarks of V8 TurboFan

37 点作者 Pharohbot超过 10 年前

3 条评论

azakai超过 10 年前
1. That is on 32-bit, for fairness it&#x27;s worth mentioning that Safari is slow there because its FTL JIT is 64-bit only.<p>2. Firefox would also be faster on 64-bit as well (less significantly). However, TurboFan results aren&#x27;t showing up on the 64-bit bot - not sure if that&#x27;s an issue with the bot, or if TurboFan doesn&#x27;t build on 64-bit yet.<p>3. Those are microbenchmarks, for more realistic workloads click on &quot;apps&quot;, which leads to <a href="http://arewefastyet.com/#machine=28&amp;view=breakdown&amp;suite=asmjs-apps" rel="nofollow">http:&#x2F;&#x2F;arewefastyet.com&#x2F;#machine=28&amp;view=breakdown&amp;suite=asm...</a>
评论 #8651352 未加载
desdiv超过 10 年前
How the hell did C++ lose to Javascript on the first benchmark!?<p>And it&#x27;s not just a little slower either, it&#x27;s 36% slower than the fastest Javascript implementation.
评论 #8651509 未加载
评论 #8651450 未加载
评论 #8651327 未加载
cromwellian超过 10 年前
Is Turbofan even beta yet? Seems a bit early, it performs worse than crankshaft on some code at the moment.