Re: Register Variables in c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On 9/18/2014 5:15 AM, Ali Abdul Ghani wrote:
I have a question
I read about register variables
gcc Support register variables??

or treat him like any other variable??
This is covered in reasonable detail in online docs, e.g.
https://gcc.gnu.org/onlinedocs/gcc/Explicit-Reg-Vars.html

As you're probably aware, the primary portable purpose of "register" is to prevent taking the address.




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux