Hacker News new | ask | show | jobs
by xyzzyz 5297 days ago
He did it with his own C compiler (tcc).
1 comments

See: http://en.wikipedia.org/wiki/Tiny_C_Compiler#Compiled_progra...

There are tradeoffs for compiling very fast: Slower program execution.