DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
ANSI implementation-defined behavior

Registers

This section describes the implementation-defined characteristics of registers. It corresponds to section ``F.3.8 Registers'' in the ANSI document.

Using registers

In the absence of optimization, the compiler will place the first three variables declared with register storage class into registers as long as the variable is accessed and is of an appropriate type. Appropriate types are signed and unsigned integral types long, int, and short, and pointers. In the presence of optimization, the register storage class may be ignored.


Next topic: Structures, unions, enumerations, and bit-fields
Previous topic: Arrays and pointers

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003