On 29 October 2014 02:48, Isiah Meadows <[email protected]> wrote:
> I'm proposing simply initializing a new instance and GC'ing the old
> instance entirely (updating the `this` to point to the new) instead of
> the current algorithm of maintaining a list of keys. I know that it
> potentially slow down the method itself, but it could eliminate the
> need for keeping a Map-like index of keys.

That makes no sense. I neither understand what this is supposed to
achieve, nor how it could possibly be implemented other than by going
over the entire heap and replace all pointers. You cannot just "set
'this' to point to new map".

It doesn't seem to intend changing the semantics either, so even if it
made sense, would be entirely irrelevant for the spec.

/Andreas
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to