David Bruant wrote:
So my position is let's not bake performance bottlenecks in the language (which we tend to do naturally anyway) and for things that can be optimized, let's say that the implementations will pay the cost of the static/runtime analysis if it's really felt by them like a worthwhile idea.
No, sorry. Allocations will always cost. It's unphysical to argue otherwise. I've been burned too many times by this, even if it's a small constant overhead. Those add up, as David Bacon used to point out to good effect.
/be _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

