Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(274)

Issue 5599054: code review 5599054: syscall: cache environment variables on Plan 9. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 9 months ago by ality
Modified:
13 years, 9 months ago
Reviewers:
CC:
golang-dev, rsc
Visibility:
Public.

Description

syscall: cache environment variables on Plan 9. This can drastically reduce the number of system calls made by programs that repeatedly query the environment.

Patch Set 1 #

Patch Set 2 : diff -r e3cbb4364149 https://code.google.com/p/go/ #

Patch Set 3 : diff -r e3cbb4364149 https://code.google.com/p/go/ #

Patch Set 4 : diff -r 3d6b42778a90 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -42 lines) Patch
M src/pkg/syscall/env_plan9.go View 1 1 chunk +96 lines, -42 lines 0 comments Download

Messages

Total messages: 3
ality
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
13 years, 9 months ago (2012-01-31 13:10:31 UTC) #1
rsc
LGTM
13 years, 9 months ago (2012-01-31 15:30:29 UTC) #2
ality
13 years, 9 months ago (2012-02-01 02:14:08 UTC) #3
*** Submitted as 82ecd6cd5141 ***

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
http://codereview.appspot.com/5599054
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b