Version: 0.9.27.20210124, Package name: tcc-0.9.27.20210124 |
Maintained by: Brian Callahan |
Master sites: |
Description TCC (Tiny C Compiler) is a small and fast ANSI C compiler. It generates optimized 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 scripting is also supported via the usual hash-bang mechanism. Backends exist for amd64, i386, arm, and arm64. |
Filesize: 857.337 KB |
Version History (View Complete History) |
|
2021-01-24 09:03:41 by Brian Callahan | Files touched by this commit (3) |
Log message: The tcc armv7 backend is complete. Let's enable a package for it. |