<p>Hi,</p><p>I am wondering what the register keyword does, I am hoping that it is the same as the c++ register keyword.<br></p><p>In c++ the register keyword tries to make the compiler use the CPU's registers if possible for the variable being defined.</p>
<p>If anyone knows what the register keyword does and how it is used please let me know.<br></p><p>I could use "asm" and use the registers myself but its not cross platform compatible.<br></p><p>Thanks<br></p>