Tiny C Compiler (TCC) – Ultra-small, fast C compiler with scripting and safety features
Summary
Tiny C Compiler is a compact, fast C compiler that can compile and execute C code directly without linking, includes a preprocessor and assembler, and supports dynamic libraries and a memory/bounds checker. It is about 100KB for the standalone binary and claims about 9x GCC speed on a sample project, though the maintainer notes are no longer active. The article provides download links, documentation, and a performance table comparing TinyCC to GCC.