New opportunities for D => ASM.js

via Digitalmars-d digitalmars-d at puremagic.com
Wed May 14 04:51:34 PDT 2014


On Wednesday, 14 May 2014 at 11:12:54 UTC, Paulo Pinto wrote:
>
> They do it via IL -> C++ -> Emscripten.
>
> http://blogs.unity3d.com/2014/04/29/on-the-future-of-web-publishing-in-unity/

I thought they used Emscription -> ASM.js too? Anyway, it runs 
smooth on my machine.

https://hacks.mozilla.org/2014/05/asm-js-performance-improvements-in-the-latest-version-of-firefox-make-games-fly/


Today I also learned that webkit is moving to an advanced LLVM 
JIT, apparently compiling multiple versions of functions for 
various paths so they can hot swap…

https://www.webkit.org/blog/3362/introducing-the-webkit-ftl-jit/


More information about the Digitalmars-d mailing list