tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] i just can't get over how farging fast tcc is...


From: Stephan Beal
Subject: [Tinycc-devel] i just can't get over how farging fast tcc is...
Date: Wed, 2 Feb 2011 01:50:47 +0100

Hiya!

i know this is old news to you guys, but this never ceases to impress me...

address@hidden:~/cvs/fossil/cpdo$ ls -la cpdo_amalgamation.[ch]
-rw-r--r-- 1 stephan stephan 94648 Feb  2 01:38 cpdo_amalgamation.c
-rw-r--r-- 1 stephan stephan 79439 Feb  2 01:38 cpdo_amalgamation.h

address@hidden:~/cvs/fossil/cpdo$ time gcc -c  -DCPDO_ENABLE_SQLITE3=1 -DCPDO_ENABLE_MYSQL5=1  -I. -I./include  cpdo_amalgamation.c

real    0m0.503s
user    0m0.420s
sys    0m0.050s

address@hidden:~/cvs/fossil/cpdo$ time tcc -c  -DCPDO_ENABLE_SQLITE3=1 -DCPDO_ENABLE_MYSQL5=1  -I. -I./include  cpdo_amalgamation.c

real    0m0.021s
user    0m0.020s
sys    0m0.000s


Man!!! It blows my mind every time!

(Shameful Plug: http://fossil.wanderinghorse.net/repos/cpdo/)

Happy Hacking!

--
----- stephan beal
http://wanderinghorse.net/home/stephan/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]