From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5653f0bd43045b85 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: garbage collection Date: 1999/08/21 Message-ID: <7pmad9$jnq$1@nnrp1.deja.com>#1/1 X-Deja-AN: 515472327 References: <37be0c85@news1.us.ibm.net> X-Http-Proxy: 1.0 x25.deja.com:80 (Squid/1.1.22) for client 166.72.82.184 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Sat Aug 21 13:43:06 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-08-21T00:00:00+00:00 List-Id: In article , > "Matthew Heaney" writes: > [...] > > It would be swell if the language were amended to make access types limited; > > this would prevent any problems engendered by accidental copying of access > > objects. There has *got* to be a smiley missing here. It is inconceivable to make this change to the language (all access types limited) and would be HIGHLY undesirable. Presumably, if the above is not a joke (which it might be, I am not sure), it is a proposal for some kind of extension involving limited access types. Actually I think the reasonable thing to do is to extend the storage pool abstraction so that a version of it contains a copy operation that is called for all implicit copies of the given access value. You probably want to introduce some general controlled notion here. Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.