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.

C/C++ to LLVM IR to asm.js to C benchmarks

9 pointsby mechazawaabout 11 years ago

2 comments

bkaradzicabout 11 years ago
It&#x27;s ~3x slower than native on my test (native vs asm.js vs PNaCl): <a href="https://github.com/bkaradzic/bgfx#30hz-test-for-browsers" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bkaradzic&#x2F;bgfx#30hz-test-for-browsers</a>
corditeabout 11 years ago
If the entire codebase gets through to this process, it seems like it would be no effort to port to another architecture (arm, mips, etc.)<p>Not saying it is an optimal way to cross compile.