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
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
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.