« Return to Thread: Explict Memory Managment

Re: Explict Memory Managment

by Brendan Eich-3 :: Rate this Message:

Reply to Author | View in Thread

On May 22, 2009, at 1:53 PM, David Semeria wrote:

>> First, null is not a "value" in the sense of object value. An object
>> takes up arbitrary space associating property names with values.
>> You're possibly confusing reference and referent again.
>
> That's very likely - I have only a very rudimentary idea of how the
> language is implemented in the browser.

It's not only an implementation issue. The language has reference  
types -- objects -- and mutation. Sometimes you must know about how  
more than one reference to an object being modified can affect the  
different reference holders, even if you are a language user only and  
not a language implementor.

/be
_______________________________________________
es-discuss mailing list
es-discuss@...
https://mail.mozilla.org/listinfo/es-discuss

 « Return to Thread: Explict Memory Managment