[ooc-compiler] TCC is working !
Brought to you by:
mva
|
From: s d. <syl...@ya...> - 2003-10-05 03:19:18
|
Micheal, Fabrice Bellard (tcc author) fixed the problem I reported earlyer. tcc can now cpp/cc/ld and run the program hello from the REAME of OOC. The binairy is for I386. tcc is mighty fast!!! OO2C + TCC: $ rm -rf bin obj sym $ time oo2c --cc tcc --ldflags -static --libtool no --libs "-lgc -lpthread -lc -lm" -M T ... real 0m0.463s user 0m0.270s sys 0m0.060s OO2C + GCC (no optimisation) $ rm -rf bin obj sym $ time oo2c --cflags -O0 -M T ... real 0m1.417s user 0m1.130s sys 0m0.130s OO2C + GCC (normal optimisation -O2) $ rm -rf bin obj sym $ time oo2c -M T ... real 0m1.528s user 0m1.180s sys 0m0.170s Cheers, Sylvain. __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |