The environmentpointer is not used in most languages.
环境指针在大多数语言中并未使用。
2
The third field is an environmentpointer for languages that use one, but is normally just set to zero.
第三个域是语言的一个环境指针(如果该语言使用了环境指针的话),不过通常都会被设置为0。
3
Some garbage collection algorithms require significant cooperation from the compiler or runtime environment, such as updating reference counts whenever a pointer assignment is performed.