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.

Reply via email to