在下面的代码中,
int main( ) { register int arr[4]; /* ... */ }
是否有可能在某些cpu寄存器中分配'arr'.(考虑cpu有4个或更多寄存器).
或者编译器会忽略数组的寄存器存储类.
c compiler-construction embedded microcontroller microprocessors
c ×1
compiler-construction ×1
embedded ×1
microcontroller ×1
microprocessors ×1