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,8acd4291c317f897 X-Google-Attributes: gid103376,public X-Google-Thread: 109fba,8acd4291c317f897 X-Google-Attributes: gid109fba,public From: Robert Dewar Subject: Re: Safety of the Booch Ada 95 Components Date: 1999/12/12 Message-ID: <82up01$ddg$1@nnrp1.deja.com>#1/1 X-Deja-AN: 559517326 References: <1e2lds4.7trgj21rgj9i0N%herwin@gmu.edu> <38512921_3@news1.prserv.net> <3851c7b9_4@news1.prserv.net> <1e2ns7h.cx85ir1azwo9iN%herwin@gmu.edu> X-Http-Proxy: 1.0 x37.deja.com:80 (Squid/1.1.22) for client 170.1.222.94 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Sun Dec 12 00:07:31 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada,comp.lang.c++ X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-12-12T00:00:00+00:00 List-Id: In article <1e2ns7h.cx85ir1azwo9iN%herwin@gmu.edu>, herwin@gmu.edu (Harry Erwin) wrote: > A deep copy of a pointer data structure may require more > memory than is available. A naive copy may have that characteristic, but it is always possible on modern machines to do such a copy with no additional storage. It just takes a bit of cleverness. Remember that every pointer has at least two spare bits. Sent via Deja.com http://www.deja.com/ Before you buy.