That won't help much, since the register allocation logic is all in mostly
machine independent code (there are various macros that control this, but the
logic is more in MI code). What kills on the x86, is not just the scarcity of
registers, but the fact that most of them have special uses. It is the special
use that really kills register allocation, due to some design decisions in the
register allocation.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu