Tiny C Compiler

The Tiny C Compiler (a.k.a. TCC, tCc, or TinyCC) is an x86, X86-64 and ARM processor C compiler initially written by Fabrice Bellard. It is designed to work for slow computers with little disk space (e.g. on rescue disks). Windows operating system support was added in version 0.9.23 (17 June 2005). TCC is distributed under the GNU Lesser General Public License.

Tiny C Compiler
Developer(s)Fabrice Bellard
Stable release
0.9.27 / 17 December 2017 (2017-12-17)
Repositoryrepo.or.cz/w/tinycc.git
Written inC and Assembly
Operating systemLinux, Unix, Windows
PredecessorOTCC, Obfuscated Tiny C Compiler
TypeC compiler
LicenseLGPLv2.1
Websitewww.tinycc.org

TCC claims to implement all of ANSI C (C89/C90), much of the C99 ISO standard, and many GNU C extensions including inline assembly.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.