Registers: Availability of Registers

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at Registers: Availability of Registers.

ANSI 3.5.1** The extent to which objects can actually be placed in registers by use of the register storage-class specifier

The compiler does not honor user requests for register variables. Instead, it makes it own choices when optimizing.

Implementation-Defined Behavior

Show: