Hacking TinyCC
The last few days i played a bit with tinycc an extremly small and fast C compiler.
I submitted a patch which enables tcc to handle the restrict keyword within an array context. This allowed me to build dwm with tcc.
While trying to compile st i found a bug in the preprocessor, so i submitted another patch.
Unfortunately my C knowledge is rather limited and the tinycc source is not that easy to understand (at least for me) otherwise i could fix more serious bugs.
Anyway i will continue to play around with it and throw random code at it.
Marc
Comments (0)
There are currently no comments available