Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!gatech!udel!new From: new@udel.EDU (Darren New) Newsgroups: comp.lang.smalltalk Subject: Re: Smalltalk/V: adding new instance variable Message-ID: <18276@louie.udel.EDU> Date: 22 Jun 89 16:53:28 GMT References: <17@piyopiyo.hatori.t.u-tokyo.JUNET> <4630@ficc.uu.net> Sender: usenet@udel.EDU Reply-To: new@udel.EDU (Darren New) Organization: University of Delaware Lines: 5 ParcPlace Smalltalk-80 will actually go out and edit the instances to match the new declaration and then recompile all code that referenced such instances. It is smart enough to not do this when not needed. E.g., it won't recompile when adding an instance variable at the end of the list (or some such conditions). -- Darren