Mark S. Miller (2013-11-07T02:54:32.000Z)
domenic at domenicdenicola.com (2013-11-17T17:48:48.979Z)
On Wed, Nov 6, 2013 at 3:23 PM, Oliver Hunt <oliver at apple.com> wrote: > If MarkM has an idea for WeakRefs that don’t leak observable GC behaviour > i’d love to hear, I don't. I don't believe such a thing is possible, almost by definition. That's why I initially proposed separating the WeakMap and WeakRef concepts, because the first provides some of the benefits of weakness without this exposure. > but in general i’m opposed to both them and finalisers :-/ They go together anyway. I am for both of them in ES7, because they have large benefits and we now have an idea (previously posted to the list) of how to retain the portion of these benefits that matter, while limiting the leakage in ways that let us still build secure systems and reason about their security. More later...