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.