D => asm.js for the web?
Adam D. Ruppe
destructionator at gmail.com
Fri Mar 22 19:34:54 PDT 2013
On Saturday, 23 March 2013 at 02:20:33 UTC, bearophile wrote:
> I think someone will be happy to use D instead of C/C++ on the
> web for performance-sensitive code, like games.
If it compiles to any kind of javascript it is a mistake to think
they'll be a performance boost over just writing javascript, with
or without annotations. Odds are there will be leaky abstractions
in the compile process that can hurt speed.
More information about the Digitalmars-d
mailing list