partic2 / tinycc-min

A branch fork from TinyCC(https://repo.or.cz/tinycc.git) and remove unnecessary feature.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinyCC minimal version

A branch fork from TinyCC(https://repo.or.cz/tinycc.git)

This branch aim to make tcc compiler get rid of unnecessary feature like PE executable support, debug stab, bound check, coverage test, etc. eliminate code except these to compile C source code, output elf file, load and run elf file in memory.

About

A branch fork from TinyCC(https://repo.or.cz/tinycc.git) and remove unnecessary feature.

License:GNU Lesser General Public License v2.1


Languages

Language:C 96.9%Language:Makefile 1.1%Language:C++ 0.6%Language:Assembly 0.6%Language:Perl 0.3%Language:Shell 0.3%Language:Batchfile 0.2%