Skip to content

Latest commit

 

History

History
11 lines (3 loc) · 336 Bytes

README.md

File metadata and controls

11 lines (3 loc) · 336 Bytes

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.