Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!leah!rpi!poseidon.cs.rpi.edu!adamsf From: adamsf@cs.rpi.edu (Frank Adams) Newsgroups: comp.sw.components Subject: Re: Using components (LONG) Message-ID: <3645@rpi.edu> Date: 11 May 89 20:58:32 GMT References: <11293@bloom-beacon.MIT.EDU> <2927@cps3xx.UUCP> Sender: usenet@rpi.edu Organization: Rensselaer Polytechnic Institute, Troy, NY Lines: 17 In article <2927@cps3xx.UUCP> rang@cpswh.cps.msu.edu (Anton Rang) writes: >In article <11293@bloom-beacon.MIT.EDU> tada@athena.mit.edu (Michael Zehr) writes: > 2) the additional time required for the compile phase isn't a problem. > >You only need to do global optimization when producing the final >version. Development versions can probably get by with only local >optimization. This isn't quite true. You can get by with only local optimization for MOST of the development cycle, but when you change over to the globally optimized version, you WILL find more bugs. You had better figure on spending some time doing debugging on that version. And, of course, if the compiler/global-optimizer is new, you will likely find some bugs in *it* when you start using it, too. Frank Adams adamsf@turing.cs.rpi.edu