Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37041868
en ru br
ALT Linux repos
S:0.9.27-alt4.740.g347c036
5.0: 0.9.23-alt4
4.1: 0.9.23-alt4
4.0: 0.9.23-alt4
3.0: 0.9.22-alt1

Group :: Development/C
RPM: tcc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.9.27-alt4.740.g347c036
Build date: 22 november 2021, 13:06 ( 122.5 weeks ago )
Size: 661.84 Kb

Home page:   http://bellard.org/tcc

License: LGPLv2.1+
Summary: A small but hyper fast C compiler
Description:

TinyCC (aka TCC) is a small but hyper fast C compiler. Unlike other C
compilers, it is meant to be self-sufficient: you do not need an
external assembler or linker because TCC does that for you.
TCC compiles so fast that even for big projects Makefiles may not be
necessary.
TCC not only supports ANSI C, but also most of the new ISO C99 standard
and many GNUC extensions.
TCC can also be used to make C scripts, i.e. pieces of C source that
you run as a Perl or Python script. Compilation is so fast that your
script will be as fast as if it was an executable.
TCC can also automatically generate memory and bound checks while
allowing all C pointers operations. TCC can do these checks even if non
patched libraries are used.
With libtcc, you can use TCC as a backend for dynamic code generation.

Current maintainer: Ilya Kurdyukov

List of contributors

List of rpms provided by this srpm:

  • libtcc-devel
  • libtcc-devel-static
  • tcc
  • tcc-cross
  • tcc-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin