I have read people getting 37% speed improvement using only a combined mocule (a huge .c file) in gcc compiler in place of multiple .c files. Is that acceptable? how can this happend?
any tips for how to use modules for better speed?