Moving back to .NET

Freddy via Digitalmars-d digitalmars-d at puremagic.com
Thu Oct 8 10:56:55 PDT 2015


On Thursday, 8 October 2015 at 14:02:58 UTC, Chris wrote:
> It'd be nice to have asm.js or even JS.

The major ploblem I see right now with targeting asm.js is 
garbage collection. This can be worked around (I think) by having 
all pointers be fat pointers (size_t* stack_ref_count,T* data) 
and by having write barriers (that check for null for 
stack_ref_count) when coping pointers.


More information about the Digitalmars-d mailing list