On יום רביעי 16 יוני 2010 08:33:55 Shlomi Fish wrote: > Hi Diego, > > (PS, If you want to fully bootstrap clang instead of just using stage1 > > here, use this "ugly" shell script to get a "clang built with clang built > > clang", aka stage 3). > > > > Please report how good/bad clang is for your case. > > Well, after I built clang (which took a while) I was able to compile > Freecell Solver using it. The first thing I should note is that the > compilation appeared to have been much slower than with gcc.
oops, you are using the debug build og clang. This is why it's so slow compiling :) Look at the shell script attached to the last message, and use the cmake command there to configure clang: cmake -DCMAKE_BUILD_TYPE:STRING=Release ../ To make a good comparison, please to boostrap clang properly (you need at least stage2, in theory from that point all binaries should be identical). Building clang here does take about an hour or two, yes, builind a C++ compiler is a long compilation. _______________________________________________ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il