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,99a6311c4195e21b X-Google-Attributes: gid103376,public From: Tucker Taft Subject: Re: Matrix Multiplication Date: 1999/12/15 Message-ID: <38581CBC.8A164C4B@averstar.com>#1/1 X-Deja-AN: 561158492 Content-Transfer-Encoding: 7bit Sender: news@inmet.camb.inmet.com (USENET news) X-Nntp-Posting-Host: houdini.burl.averstar.com References: <385699B5.59C14D03@lmco.com> <3856C9A1.F89EFD8@maths.unine.ch> <5l1f5s4kck891a2s6o8bhvkirm4q79hm6c@4ax.com> <3857B51F.4B1E0F1E@maths.unine.ch> <3857D640.C1991F0C@quadruscorp.com> <838r9j$g9d$1@nnrp1.deja.com> <38581366.9078A2E8@maths.unine.ch> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: AverStar (formerly Intermetrics) Burlington, MA USA Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-12-15T00:00:00+00:00 List-Id: Gautier wrote: > > > Hmmm. I think that's my cue to point out that ObjectAda has no loop > > optimization options whatsoever. :-) > > Is there optimization at all in OA ? I certainly presume so, since our front end generates information specifically for the ObjectAda optimizer. Try something like "-O3" or "-opt". Usually if you run the compiler with no arguments it will dump out a list of available switches. One possibility is that the optimizer is only in some of their targets. Historically, the x86 back end has been pretty different from the other "risc-ish" backends. I have some memory that their x86 backend did not do as many register optimizations as the risc-ish backends (which is not terribly surprising given the rather un-general register set on the x86 -- note: not trying to start a CISC vs. RISC war here ;-). > I didn't find the switches for that... > Maybe a hidden panel in the interface - a bit like... > http://lsewww.epfl.ch/wiesmann/jokes/errors/word.gif > (just a bit) > > -- > Gautier -- -Tucker Taft stt@averstar.com http://www.averstar.com/~stt/ Technical Director, Distributed IT Solutions (www.averstar.com/tools) AverStar (formerly Intermetrics, Inc.) Burlington, MA USA