]> Cypherpunks repositories - gostls13.git/commit
syscall: cache environment variables on Plan 9.
authorAnthony Martin <ality@pbrane.org>
Wed, 1 Feb 2012 02:14:02 +0000 (18:14 -0800)
committerAnthony Martin <ality@pbrane.org>
Wed, 1 Feb 2012 02:14:02 +0000 (18:14 -0800)
commit1583931bcf522c4128087f0fb7dc84c4caa2af28
tree0bcbb824e90207160812be36faa7cf4ac8be5ccf
parent82555d7b40c9523504e5eec418022a254b6b50ae
syscall: cache environment variables on Plan 9.

This can drastically reduce the number of system
calls made by programs that repeatedly query the
environment.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5599054
src/pkg/syscall/env_plan9.go