You seem to be overlooking one thing.
If the tested version takes 5% longer than the original
and the exception only occurs in 1% of the cases (saving
100% overhead there), then you'll have more overhead
than you have by not doing that special case.
Sometimes a situation is so rare that special-casing it
has the opposite effect then expected.
regards,
Rik
-- The Internet is not a network of computers. It is a network of people. That is its real strength.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/