Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!apple!well!nagle From: nagle@well.sf.ca.us (John Nagle) Newsgroups: comp.sys.mac.programmer Subject: Re: ZorTech C++ for the Mac ??? Message-ID: <25055@well.sf.ca.us> Date: 26 May 91 20:59:23 GMT References: <0101000D.ytekob@nan.co.uk> Lines: 20 Are these timings with or without the Zortech global optimizer turned on? It makes a big difference. I'm actually rather impressed with the compiler. The hard optimizations are all there and working. But the present release, V2.1R1, has enough defects that it's like using a beta version of a new product. Zortech is good about fixing reported defects, so if you produce a simple test case for a defect and send it to Zortech, preferably on their BBS, they usually fix it quickly and send you a compiler update. So keep those bug reports going out. And avoid forms like a = b = c; in the current release. John Nagle