Talib Alim wrote:
I am looking for something to read for optimizing my code on i386 and MIPS arch. Any pointers will be appreciated.
Nowadays CPU cores tend to be really fast, while RAM is ludicrously slow in comparison. This means that instead of code optimizations, the large gains tend to come from optimizing data structures, mostly to avoid cache misses and false sharing on SMP systems. -- Politics is the struggle between those who want to make their country the best in the world, and those who believe it already is. Each group calls the other unpatriotic. -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ