TinyCC (aka TCC) is a small but hyper fast C compiler. Unlike other C compilers, it is meant to be self-relying: you do not need an external assembler or linker because TCC does that for you.
SMALL! You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker). FAST! tcc generates x86 code. No byte code overhead. Compile, assembl
TinyCC是小型c编译器,可支持linux/windows,这是windows版,可编译产生win32控制台、GUI、dll程序。 TinyCC (aka TCC) is a small but hyperfast C compiler, written by Fabrice Bellard. TinyCC for MS-Windows can produce console applications, native windows GUI programs and DLL's. The p