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,168a42f49aadcfd8 X-Google-Attributes: gid103376,public From: "Tarjei Tj�stheim Jensen" Subject: Re: Does ObjectAda optimize at all?? Date: 1998/08/07 Message-ID: <6qem47$j12@news.kvaerner.com>#1/1 X-Deja-AN: 378803783 Content-Transfer-Encoding: 7bit References: <6qcl1i$qij$1@nnrp1.dejanews.com> Content-Type: text/plain; charset="iso-8859-1" X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Organization: Kv�rner Oil & Gas Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-08-07T00:00:00+00:00 List-Id: dennison@telepath.com wrote in message <6qcl1i$qij$1@nnrp1.dejanews.com>... >I tried asking their tech support this, but they told me all the engineers are >"going to a function" today. > >I'm looking for information on what optimizations ObjectAda (on PC/WinNT) can >perform. The only parameters their compiler and IDE provide are for turning >off checks (which are my least favorite optimization). There's nothing about >register optimization, loop unrolling, hoisting, etc. > >I can't find anything about it in their printed documentation. Their online >help has three references; two for turning off checks and one reference to >annex M where they state that they ignore "pragma optimize". If nobody answers, try getting hold of the strings program and use it on the compiler. By perusing the output there is a chance you may discover the neccessary parameters. Greetings,