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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

LLV8 – An experimental top-tier compiler for V8

96 点作者 Jarlakxen超过 8 年前

7 条评论

corysama超过 8 年前
Am I reading this right? This seems to be an alternate V8 with a slower JIT startup but faster JITted results for situations like running a Node server for weeks at a time as opposed to popping around between web sites in Chrome.
评论 #12445088 未加载
hackcasual超过 8 年前
Any execution or compilation time benchmarks? I'd expect LLV8 to be much slower than TurboFan for native codegen, but if the runtime benefits are greater, this might be a good fit for server side JS applications
评论 #12445553 未加载
评论 #12452101 未加载
bobajeff超过 8 年前
Isn't this kind of like what WebKit was doing with FTLJIT before phasing it out in favor of B3?
评论 #12447703 未加载
cpeterso超过 8 年前
It would be interesting to see JavaScript bindings to the LLVM back-end so people could write new compiler front-ends in JavaScript. I see now that JavaScript bindings do exist but are not maintained:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;kevinmehall&#x2F;node-llvm" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kevinmehall&#x2F;node-llvm</a> (2013)<p><a href="https:&#x2F;&#x2F;github.com&#x2F;dirk&#x2F;llvm2" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dirk&#x2F;llvm2</a> (2015)
评论 #12447952 未加载
pmarreck超过 8 年前
Since JavaScript is largely considered a terrible language by anyone who&#x27;s spent enough time with various languages, I&#x27;m mostly looking forward to the impact this might have on <i>other</i> arguably better languages that &quot;compile to JS&quot; such as Elm.
gravypod超过 8 年前
Well this will be interesting. When are we going to see native binaries written in JS? After that will we see Operating Systems?
评论 #12445003 未加载
评论 #12445098 未加载
djsumdog超过 8 年前
I&#x27;m not sure how I fell about this. Part of me wants to think it&#x27;s terrible, but I want to stay objective.