Re: ObjC++ Compile Speed
Re: ObjC++ Compile Speed
- Subject: Re: ObjC++ Compile Speed
- From: Kurt Revis <email@hidden>
- Date: Mon, 7 Jan 2002 04:05:25 -0800
I have found that the reason ObjC++ compiles so much slower than plain
ObjC is because ObjC++ does not take advantage of the precompiled
framework headers. ... I will report this as a bug to Apple.
I'm quite sure that they already know about this issue. See here:
http://developer.apple.com/techpubs/macosx/ReleaseNotes/Objective-
C++.html
notably the section "Using Precompiled Headers with Objective-C++".