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,d59b9cdd9ea6e97e,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-09-17 20:52:21 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!gatech!newsxfer.itd.umich.edu!zip.eecs.umich.edu!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Compilation order? Date: 16 Sep 1994 20:14:51 -0400 Organization: Courant Institute of Mathematical Sciences Message-ID: <35dcdr$t8c@gnat.cs.nyu.edu> References: NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1994-09-16T20:14:51-04:00 List-Id: Get GNAT! then you won't have to worry about compilation order! Sorry couldn't resist. Seriously, note that compilation order is not a trivial thing to figure out if you include optimizing effectiveness of pragma inline. Certainly Alsys has a good tool for doing this which does not have the limitations you mention. It generates a script for their compiler, but you can easily interprete this script.