Login  |  繁體中文
感謝您對「自由軟體鑄造場」的支持與愛護,十多年來「自由軟體鑄造場」受中央研究院支持,並在資訊科學研究所以及資訊科技創新研究中心執行,現已完成階段性的任務。 本網站預計持續維運至 2021年底,網站內容基本上不會再更動。
也紀念我們永遠的朋友 李士傑先生(Shih-Chieh Ilya Li)。

What is Resource Catalog ?

catalog-iconThe OpenFoundry Resource Catalog lists professional resources and applications related to the development of open source software. If you have any recommendation listing / category  or bug for this resource catalog, please do not hesitate to contact us.

Tiny C Compiler

Rating
0
Votes
0
Rate this listing
0 vote

Features:

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

tcc generates x86 code. No byte code overhead. Compile, assemble and link several times faster than GCC.

Any C dynamic library can be used directly. TCC is heading torward full ISOC99compliance. TCC can of course compile itself.

tcc includes an optional memory and bound checker. Bound checked code can be mixed freely with standard code.

Compile and execute C source directly. No linking or assembly necessary. Full C preprocessor and GNU-like assembler included.

C script supported : just add '#!/usr/local/bin/tcc -run'at the first line of your C source, and execute it directly from the command line.

With libtcc, you can use TCC as a backend for dynamic code generation.

Platform:Windows                                                                    License:GNU

Reference:https://bellard.org/tcc/