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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a3fe2aac201210c0 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!wns13feed!worldnet.att.net!attbi_s54.POSTED!53ab2750!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: reading a text file into a string References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 24.6.132.82 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s54 1091146446 24.6.132.82 (Fri, 30 Jul 2004 00:14:06 GMT) NNTP-Posting-Date: Fri, 30 Jul 2004 00:14:06 GMT Organization: Comcast Online Date: Fri, 30 Jul 2004 00:14:07 GMT Xref: g2news1.google.com comp.lang.ada:2459 Date: 2004-07-30T00:14:07+00:00 List-Id: >cache aligning data structures is in matrix multiplication and other >linear algebra code for large matrix sizes. > >But there the difference is often a factor of 3 or more in execution time. > >How many people actually WRITE such code? Very few. That is what ATLAS Are there compilers with a "pragma Really_Really_Optimize" option? Or post-compilers that read a small piece of object code, mull over it for quite some time, and write a very highly optimized replacement?