TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Google Details PNaCl Native Client LLVM Bitcode

64 pointsby GravityWellalmost 12 years ago

5 comments

elibenalmost 12 years ago
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 未加载
estalmost 12 years ago
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 未加载
mcostaalmost 12 years ago
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 未加载
VikingCoderalmost 12 years ago
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.
ksecalmost 12 years ago
I hope this approach wins instead of asm.js