Hi Rafael, > I did the testing on linux x86-64. Gcc is the 4.4.4 included with > Fedora 13. The results are: > > gcc -O3: 32MB > gcc -Os: 25MB > clang lto -Os: 22MB how does clang -Os without lto do? Also, what about gcc-4.5 with -flto? Ciao, Duncan.