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.
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. TCC compiles so fast that even for big projects Makefiles
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
小型、编译速度极快的C编译器源代码,可在linux和 win平台上编译使用: TinyCC (aka TCC) is a small but hyperfast C compiler FAST! tcc generates optimized x86 code. No byte code overhead. Compile, assemble and link about 7 times faster than 'gcc -O0'. - UNLIMITED! Any C dynamic lib
tcc tiny-c Tiny C Compiler 编译器下载 OTE: if you want to compile the Linux kernel with TCC, you must use a custom build scr ipt as in TCCBOOT . I never tried to compile the Linux kernel with TinyCC and the standard Linux Makefiles.