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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3498dd887729ed19 X-Google-Attributes: gid103376,public From: jsa@alexandria (Jon S Anthony) Subject: Re: Garbage Collection in Ada Date: 1996/10/16 Message-ID: #1/1 X-Deja-AN: 189952119 sender: news@organon.com (news) references: <01bbb910$f1e73f60$829d6482@joy.ericsson.se> organization: Organon Motives, Inc. newsgroups: comp.lang.ada Date: 1996-10-16T00:00:00+00:00 List-Id: In article <19961014115513529729@dialup105-2-16.swipnet.se> lars.farm@ite.mh.se (Lars Farm) writes: > Fortunately it is very easy to get GC in C++ if one is willing to > sacrifice portability. All it takes is to link Boehms allocator and it > works beautifully without any other changes. In spite of its > unportability label it works on a large number of operating systems and > on many different development systems, right off the net. Is using a > good GC that simple in Ada dev systems too? Well, using the Boehm collector should be. But, while I am pro-GC in Ada, I am not a fan of the use of a conservative collector for Ada. I'm not convinced it would be worth it. /Jon -- Jon Anthony Organon Motives, Inc. Belmont, MA 02178 617.484.3383 jsa@organon.com