On Wed, May 30, 2007 at 10:00:26AM -0400, Mathieu Desnoyers wrote: > Conditional calls are used to compile in code that is meant to be dynamically > enabled at runtime. When code is disabled, it has a very small footprint. > > It has a generic cond_call version and optimized per architecture cond_calls. > The optimized cond_call uses a load immediate to remove a data cache hit. > > It adds a new rodata section "__cond_call" to place the pointers to the enable > value. >...
I have two questions for getting the bigger picture: 1. How much code will be changed? Looking at the F00F bug fixup example, it seems we'll have to make several functions in every single driver conditional in the kernel for getting the best performance. How many functions to you plan to make conditional this way? 2. What is the real-life performance improvement? That micro benchmarks comparing cache hits with cache misses give great looking numbers is obvious. But what will be the performance improvement in real workloads after the functions you plan to make conditional according to question 1 have been made conditional? TIA Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/