Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!cornell!batcomputer!itsgw!steinmetz!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.windows.x Subject: Re: Novice X queries(re: sun-4/110) Message-ID: <28@auspex.UUCP> Date: 19 Oct 88 17:28:58 GMT References: <10299@eddie.MIT.EDU> <8810181803.AA28175@EXPO.LCS.MIT.EDU> Reply-To: guy@auspex.UUCP (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 8 >I believe that it is best to turn the optimizer off for everything. Why? I can see it for bitblt code (I think it's turned off for compiling at least some of the bitblt code in SunView), but almost all of SunOS is compiled with "-O2" for the Sun-4. Note also that you needn't turn off *all* optimization; if you just want to turn off the "global" optimizer ("iropt"), you can use "-O1".