On 03/06/2013 07:59 AM, Gervase Markham wrote:
>
> Writing C++ and compiling to JS via Emscripten is now more performant
> and uses less memory than writing JS straight?
You can write emscripten-style JS by hand, but it's not a natural style
at all. Emscripten uses a big typed array as the c/c++ heap, and thus
avoid all garbage collection. That's pretty important for games since
this prevents gc jank.
Fabrice
--
Fabrice Desré
b2g team
Mozilla Corporation
_______________________________________________
dev-webapps mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-webapps