Download List

프로젝트 설명

TCC (Tiny C Compiler) is small, fast, unlimited, and safe. You can compile and execute C code everywhere (e.g., on rescue disks). It generates optimized x86 code, and can compile, assemble, and link several times faster than 'gcc -O0'. Any C dynamic library can be used directly. It includes an optional memory and bounds checker, and bounds-checked code can be mixed freely with standard code. C script is also supported--just add '#!/usr/bin/tcc' at the first line of your C source, and execute it directly from the command line.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-07-14 22:59
0.9.24

Tags: Major feature enhancements

2005-08-06 22:24
0.9.23

Tags: Major feature enhancements

2003-12-03 23:05
0.9.20

'- 승'옵션 '. gnu.linkonce'ELF를 지원하는 섹션이 추가되었습니다. 때 메모리에서 수정되었습니다 등에서는 연결을 실행 ( '합계'기능 오류) 방지합니다. '- 실행'옵션은 C 스크립트의 여러 인자를 줄 수 있도록 확장되었습니다.
Tags: Minor feature enhancements
A '-w' option and '.gnu.linkonce' ELF section support have been added. libc linking when running in memory has been fixed (avoids 'stat' function errors). The '-run' option has been extended to be able to give several arguments to a C script.

2003-05-24 22:44
0.9.19

라이센스는 LGPL로 변경되었습니다.
Tags: Minor feature enhancements
The license was changed to the LGPL.

2003-05-16 14:41
0.9.18

이 릴리스의 헤더를 수정 time.h ()에서, 그 후 피연산자의 경우, "기본값 :"에 대한 수정 또는 "의 경우 x :" ")"와 함께하지 않고 인라인은 ASM에 대한 (잘못된 C는 gcc에서 허용되는 수정 프로그램을 추가 건설 ), 그리고 ""인라인은 ASM 제약.
Tags: Minor bugfixes
This release adds a header fix (in time.h), a fix for inline asm
without an operand case, a fix for "default:" or "case x:" with "}"
after it (an incorrect C construct accepted by gcc), and an "A" inline
asm constraint.

Project Resources