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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6c7dea22b75ba442 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news2.google.com!news.glorb.com!peer1.news.newnet.co.uk!194.159.246.34.MISMATCH!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: to gnat make or not to gnat make Date: Tue, 13 Nov 2007 23:14:05 +0000 Organization: Pushface Message-ID: References: <47394e4b$1@news.post.ch> <47396fb1$1@news.post.ch> <4Pp_i.21603$if6.6417@bgtnsc05-news.ops.worldnet.att.net> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1194995645 24178 62.49.19.209 (13 Nov 2007 23:14:05 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Tue, 13 Nov 2007 23:14:05 +0000 (UTC) Cancel-Lock: sha1:mglWgtcfseB2DXqnRuYd1dd7eHE= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin) Xref: g2news1.google.com comp.lang.ada:18354 Date: 2007-11-13T23:14:05+00:00 List-Id: anon@anon.org (anon) writes: > Plus, 'gnatmake' perform it compiling in serial only. But a user can > executes multiple 'gnat compile' in background which speeds up > compiling. Which means using 'gnatmake' can be considered as > inefficient execution which is against the RM. Using multiple > compiles alone is worth the time to use 'gnat compile'. I suggest you look up the -n switch to gnatmake. And I would say that if your program is so small that you can afford to loop gnat compile a unit gnat bind exit when it finally tells you you haven't forgotten anything end loop you have a pretty small problem, so you might as well forget about demonstrating your cleverness and use gnatmake.