Re: RFC: booleans and the kernel

Chris Wedgwood (cw@f00f.org)
Sat, 26 Jan 2002 02:22:53 -0800


On Thu, Jan 24, 2002 at 02:44:35PM -0800, H. Peter Anvin wrote:

Try inserting a compilation unit or other hard optimization
boundary.

Can you provide and example please?

My trivial test comparing "int i, if (i)" verses "bool t, if (t)"
shows the exact same code is produced --- what should I be looking at
here?

--cw

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/