Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uflorida!novavax!ankh!chin From: chin@ankh.ftl.fl.us (Albert Chin) Newsgroups: comp.sys.apple2 Subject: Re: ORCA/C v1.11 Summary: ORCA optimizations Message-ID: <349@ankh.ftl.fl.us> Date: 1 Jun 90 04:42:05 GMT References: <346@ankh.ftl.fl.us> <13012@smoke.BRL.MIL> Organization: Ankh - Public Access Unix [+1 305 973 1947] Lines: 17 In article <13012@smoke.BRL.MIL>, gwyn@smoke.BRL.MIL (Doug Gwyn) writes: > In article <346@ankh.ftl.fl.us> chin@ankh.ftl.fl.us (Albert Chin) writes: > >However, I would like to see REAL optimization in the compiler. > > What specifically is the problem? Have you enabled all optimizations > (e.g. by #pragma optimize -1)? The default is no optimization, partly > so that the resulting code will better support source-level debugging. I spoke to Mike about updating the editor in the ORCA shell and he said that if it was done in C it would be slower than it is now. Now, that's not much for optimization is it? C programs CAN approach the speed of assembly, providing the resulting code is efficient. Even the print routines in ORCA/C are slow... albert chin ... mthvax!mamia!albert P.S. #pragma optimize -1 is in all my programs.