Can an implementation consider hints as actual statements?
问题 In C, the register storage qualifier is an hint to the implementation that such identifier should be accessed as fast as possible (e.g. stored in a CPU register). §6.7.1 A declaration of an identifier for an object with storage-class specifier register suggests that access to the object be as fast as possible. The extent to which such suggestions are effective is implementation-defined. and §6.7.3 The intended use of the restrict qualifier (like the register storage class) is to promote