mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
687c7eb2b5
Features: * SMALL! 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). * FAST! tcc generates x86 code. No byte code overhead. Compile, assemble and link several times faster than GCC. * UNLIMITED! Any C dynamic library can be used directly. TCC is heading torward full ISOC99 compliance. TCC can of course compile itself. * SAFE! 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. WWW: http://bellard.org/tcc/
4 lines
190 B
Plaintext
4 lines
190 B
Plaintext
MD5 (tcc-0.9.24.tar.bz2) = 24d8442d1f2c0a4c2cafb6859c333b05
|
|
SHA256 (tcc-0.9.24.tar.bz2) = 27aed4071ab6ec5a7b5425d0346a214747ab6375353ca3ee8514f87984f94e79
|
|
SIZE (tcc-0.9.24.tar.bz2) = 364601
|