On 11/24/2010 08:01 PM, Anthony Liguori wrote:
So I take it you avoid switch statements, while, or for loops in your C
code.
Those map easily to assembly code and gdb.

The mapping is definitely not simply especially after a couple rounds of loop unrolling and code motion.

You're discounting dead code elimination, which can simplify things considerably.

--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to