[cfe-dev] (Partial) Success compiling Adium
Chris Lattner
clattner at apple.com
Tue Feb 10 16:30:53 PST 2009
On Feb 10, 2009, at 3:37 PM, David Smith wrote:
> After andersca's exception handling changes recently, AIUtilities (a
> framework of various GUI widgets, categories, and utility classes that
> we use in Adium) compiles successfully with clang. This time I
> doublechecked that it was actually running clang before getting
> excited ;)
>
> Timing results indicate that I don't have PTH working yet, but
> ignoring that it's looking good:
> GCC with PCH: real 0m19.376s
> GCC without PCH: real 0m50.649s
> CCC without PTH: real 0m33.290s
>
> The main Adium application isn't compiling yet, but I'm not entirely
> certain why. It seems to be running into assertion failures in
> xcodebuild among other things, which makes it hard to determine what's
> actually going on.
Great results! If you run into problems, please do file bugzillas.
A goal of mine is to be able to claim that ccc is 2x faster than GCC
without PCH. CCC is still implemented in python, hopefully the python
-> C++ rewrite and other improvements will close the gap.
-Chris
More information about the cfe-dev
mailing list