It's recurring theme - special syntax to allow/force engines to optimize some code pattern.
What do you want is in fact some kind of C. Or "Cython in Javascript". I think your needs can be satisfied by C/C++ addons in Node.js or WebAssembly in browser - it's better to use proper tool rather than trying to fit square (semi-manual memory management) in triangle hole (dynamic language with GC).
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

