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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fa1cf2c5543f9ef8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-10-26 01:23:50 PST Path: nntp.gmd.de!xlink.net!howland.reston.ans.net!gatech!newsxfer.itd.umich.edu!zip.eecs.umich.edu!yeshua.marcam.com!charnel.ecst.csuchico.edu!olivea!uunet!psinntp!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: compilation time [was Re: Magnavox consultant] Date: 25 Oct 1994 19:33:22 -0400 Organization: Courant Institute of Mathematical Sciences Message-ID: <38k4k2$7v5@gnat.cs.nyu.edu> References: <38afut$8m9@news.delphi.com> <38j2ts$tsr@watnews1.watson.ibm.com> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1994-10-25T19:33:22-04:00 List-Id: "making the unit a child allows it to reference the facilities .. without using a with clause" true, so what, this doesn't mean that it compiles faster (in fact child units tend to increase compile time if you are not careful, because they do implicit with's that you might not always need).