网络全局变量
英文例句/中文翻译:
Globals are the links remain the same on every page.
通站连接是指在每一页面都相同的连接.
Using globals and the global keyword.
使用全局变量和带关键字的全局变量.
Hence, the compiler cannot cache the value of a global variable in a register, resulting in extra ( often unnecessary) loads and stores when globals are used.
所以编译器不会将全局变量存储在寄存器中,那样会带来额外的、不必要的负担和存储空间。