Saturday, May 23, 2009

The extent to which objects can actually be placed in registers by

Objects declared with any two-byte integer or pointer types can be placed
in registers. The compiler will place any small auto objects into registers,
but objects explicitly declared as register will take precedence. At least
two and as many as six registers are available. The number of registers
actually used depends on what registers are needed for temporary values
in the function.

No comments:

Post a Comment