Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!apple!well!knoll From: knoll@well.sf.ca.us (John Knoll) Newsgroups: comp.sys.mac.programmer Subject: Re: MPW and Think Message-ID: <25754@well.sf.ca.us> Date: 28 Jun 91 08:38:32 GMT References: <1991Jun23.014722.20288@gn.ecn.purdue.edu> Organization: Whole Earth 'Lectronic Link, Sausalito, CA Lines: 10 Well, my experience with the relative speed difference between MPW and Think was this: About two years ago, I wrote some code that did a lot of integer number crunching. I wrote it in MPW C 2.0. Recently, I ported it to Think C, since that is the environment I have come to prefer. The exact same code in Think C runs at 90% the speed of the MPW code. (I had MPW's optimizers on) Your milage may vary, but my experience is that MPW C generates faster code.