Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!noose.ecn.purdue.edu!orchestra.ecn.purdue.edu!songer From: songer@orchestra.ecn.purdue.edu (Christopher M Songer) Newsgroups: comp.sys.next Subject: Ojective C Compile Times Keywords: Objective C Message-ID: <1991Apr8.153824.21847@noose.ecn.purdue.edu> Date: 8 Apr 91 15:38:24 GMT References: <1991Apr7.170437.24517@msuinfo.cl.msu.edu> Sender: root@noose.ecn.purdue.edu (ECN System Management) Distribution: na Organization: Purdue University Engineering Computer Network Lines: 13 Hi, Just a quick Objective C preformance question: I've got a set of C code to which I recently added an objective C module. (to query font data actually.) The Objective C compile is SLOW! (Really!) The compiler whips through normal C files twenty times the length of the objective C module in a quarter the time. I'm not including the whole appkit, just appkit/Font.h so I don't think I'm abusing the preprocessor. What's up here? All the compile flags are the same. Where is the time being spent? Thanks! Chris