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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Google Details PNaCl Native Client LLVM Bitcode

64 点作者 GravityWell将近 12 年前

5 条评论

eliben将近 12 年前
A couple of notes:<p>&quot;Google has begun making public the details concerning their Portable Native Client (PNaCl) implementation.&quot;<p>To be completely fair, PNaCl is part of Chromium, and hence an open source project from the start. The code is freely available for anyone to see, check out and build, and has always been.<p>&quot;Portable Native Client comes down to compiling Google Native Client applications to a subset of LLVM bitcode that can then basically run anywhere that Native Client is supported. &quot;<p>I suppose Michael Larabel meant to say &quot;compiling C and C++ applications&quot; instead of &quot;Google Native Client applications&quot; here.
评论 #6139488 未加载
评论 #6138669 未加载
评论 #6139332 未加载
est将近 12 年前
Blogspam?<p><a href="http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-July/064394.html" rel="nofollow">http:&#x2F;&#x2F;lists.cs.uiuc.edu&#x2F;pipermail&#x2F;llvmdev&#x2F;2013-July&#x2F;064394....</a>
评论 #6138734 未加载
mcosta将近 12 年前
Is me alone who sees NaCl as another kind of flash? It is just a blob running into a rectangle. No js accesible, almost no browser control over it. How web is this?
评论 #6138976 未加载
评论 #6138883 未加载
评论 #6138975 未加载
评论 #6138998 未加载
评论 #6138818 未加载
评论 #6139481 未加载
评论 #6139670 未加载
VikingCoder将近 12 年前
Almost the speed of native.<p>As secure as possible.<p>As portable as possible.<p>It&#x27;s definitely an interesting feature set. I personally hope ASM.JS is able to &quot;catch up&quot; to NaCl, but if it doesn&#x27;t, then I hope PNaCl becomes widely available.
ksec将近 12 年前
I hope this approach wins instead of asm.js