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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b99897135d6631cc X-Google-Attributes: gid103376,public Path: g2news1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!news.illinois.net!attcg1!ip.att.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: memory management and productivity Date: 24 Jun 2004 14:51:25 -0600 Organization: Berbee Information Networks Corporation Message-ID: <3zuBiD2JfRL$@eisner.encompasserve.org> References: <40d15023$1_1@baen1673807.greenlnk.net> <40d69121$1_1@baen1673807.greenlnk.net> In article <1088086179.73158@master.nyc.kbcfp.com>, Hyman Rosen writes: > Stephen Leake wrote: >> I prefer to manage memory according to the needs of my algorithms and >> applications, rather than letting some unknown algorithm attempt to do >> it for me. > > I prefer to manage registers according to the needs of my algorithms and > applications, rather than letting some unknown algorithm attempt to do it > for me. That's why I'll never use FORTRAN! You should switch to Bliss, which gives a lot of higher level looping constructs, excellent macro facilities, and the opportunity to micro- manage register usage.