Thanks for looking at Roy. I was at the announcement of asm.js at
mloc.js in Hungary. Really exciting talk from Alon Zakai.
Roy won't gain too much from asm.js at the moment.
asm.js is a manual memory managed environment, so we'd have to
implement a custom garbage collector. That's possible and we can even
tune the garbage collector to work well with Roy's semantics:
* Lots of allocation of short-lived objects
* Generational data (old objects can't point to young objects)
Great. Now here's the two primary questions for me:
* Could it complete with the engine's built-in GC?
* Do I want to maintain a garbage collector written in JavaScript?
Both answers are almost definitely not.
Mozilla has added "Support GC allocated Java-like objects" to the
OdinMonkey (asm.js engine) roadmap:
https://wiki.mozilla.org/Javascript:SpiderMonkey:OdinMonkey
That's when things will start to get interesting. That's still quite a
while off, so I'll revisit Roy on asm.js then.
Thanks for the awesome question,
Brian
> --
> You received this message because you are subscribed to the Google Groups
> "roylang" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
roylang+u...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>