Tiny C Compiler

Tiny C Compiler

Tiny C Compiler (TCC) is an extremely small and fast C compiler created by Fabrice Bellard. It is designed for compiling, linking and executing C code very quickly, making it useful for testing snippets of code.
Tiny C Compiler image
c-compiler small fast testing snippets

Tiny C Compiler (TCC)

Tiny C Compiler (TCC) is an extremely small and fast C compiler created by Fabrice Bellard. It is designed for compiling, linking and executing C code very quickly, making it useful for testing snippets of code.

What is Tiny C Compiler?

Tiny C Compiler (TCC) is an open source, light-weight and blazing fast C compiler and runtime library originally developed by Fabrice Bellard. It is designed to compile and execute C code extremely quickly, making it very useful for testing small code snippets or experimenting with the C language.

Some key features of TCC include:

  • Extremely small executable size, less than 100KB
  • Very fast compilation speeds, can compile over 100000 lines per second
  • Full support for ANSI C and most GNU C extensions
  • Can compile code to byte code, executables, shared libs or DLLs
  • Built-in support for generating x86, ARM, PowerPC and MIPS machine code
  • Includes an integrated C runtime library
  • Minimal external dependencies - does not require an OS or standard libraries

While TCC does not handle some complex C code, it works quite well for small programs and testing snippets of code. The fast compile times make it ideal for prototyping ideas quickly. TCC can compile and run code on many platforms including Linux, Windows and Mac OS X.

Some uses cases for TCC include testing code snippets, teaching C programming, embedded systems programming and scripting-like tasks to automate processes using C. Many IDEs and text editors have integrated TCC to allow compiling and testing C code directly.

Tiny C Compiler Features

Features

  1. Small and fast C compiler
  2. Can compile, link and execute C code very quickly
  3. Supports ANSI C with some extensions like inline ASM
  4. Can generate code for x86, ARM, PowerPC and SPARC
  5. Can output executable binaries or object files
  6. Has a built-in preprocessor and assembler
  7. Can integrate with IDEs and build systems via CLI
  8. Open source with permissive licensing (LGPL)

Pricing

  • Open Source

Pros

Very fast compilation speeds

Small executable size

Good for testing snippets of C code

Supports multiple architectures

Easy to integrate and use

Cons

Limited C standard library implementation

Fewer optimizations compared to larger compilers

Lacks some advanced C features

Minimal error checking and diagnostics


The Best Tiny C Compiler Alternatives

Top Development and Compilers and other similar apps like Tiny C Compiler


Pelles C icon

Pelles C

Pelles C is a complete development kit for C and C++ programming on Windows platforms. It includes the Pelles C compiler, linker, resource compiler, debugger, profiler and other utilities. Key features:Free and open source software with very permissive licensing termsIDE with code completion, templates, etc to boost productivityFast executable code...
Pelles C image
GNU Compiler Collection icon

GNU Compiler Collection

The GNU Compiler Collection (GCC) is an open source compiler system developed by the GNU Project for compiling multiple programming languages. Some key points about GCC:Supports compilation of popular languages like C, C++, Objective-C, Fortran, Ada, and Java.Actively developed and maintained by a large community of contributors.Aims to produce fast...
GNU Compiler Collection image
SDCC - Small Device C Compiler icon

SDCC - Small Device C Compiler

SDCC (Small Device C Compiler) is a free and open-source C compiler suite aimed at 8-bit microcontrollers. Some key points about SDCC:Supports multiple 8-bit MCU architectures including Z80, Z180, Rabbit 2000, GBZ80, TLCS-90, Padauk, HC08, STM8, PIC16 and PIC18.Generates very efficient code optimized for small amounts of RAM and ROM.Performs...
SDCC - Small Device C Compiler image