Re: [patch 4/7] Immediate Values - i386 Optimization
From: H. Peter Anvin
Date: Mon Oct 22 2007 - 12:44:27 EST
Mathieu Desnoyers wrote:
Will fix. I noticed that it was because I had too much "register" char
variables declared and used at the same time. Putting a "g" constraint
gave the same result.
"g" is the same as "rmi", which is probably *NOT* what you want.
Don't use "register" variables. That's a poor workaround for using the
proper constraints.
-hpa
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/