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,89e4ceda6de0137b,start X-Google-Attributes: gid103376,public From: ddutheza@bu.edu (ddutheza) Subject: About a conditional garbage collection Date: 1999/04/09 Message-ID: <7elpap$9js$1@news1.bu.edu>#1/1 X-Deja-AN: 464567708 Content-Type: Text/Plain; charset=US-ASCII Organization: BU Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-04-09T00:00:00+00:00 List-Id: Hi, This may be a classical question in Ada, but I just start with the language, so please escuse any stupid questions. To begin, is there a possibility to include a conditional garbage collector in any Ada95 collector. By this, I mean a garbage collection that could be activated or not depending on the real-time constraints of a project? To finish, Modula-3 is like Ada95 a powerful programming language that could be use to create modern operating systems. One big advantage of modula are the modules that can be loaded and unloaded at run time making memeory management easier. Does Ada95 possess something similar to a module? Thank you in advance for any answer. Utheza Didier.