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

Issue 5675093: code review 5675093: runtime: API (Closed)

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

Description

runtime: API Delete Alloc, Free, Lookup, Semacquire, Semrelease Fixes issue 2955.

Patch Set 1 #

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

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

Total comments: 2

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

Patch Set 5 : diff -r 5338874648c7 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -81 lines) Patch
M src/pkg/runtime/debug.go View 1 1 chunk +0 lines, -12 lines 0 comments Download
M src/pkg/runtime/extern.go View 1 1 chunk +0 lines, -11 lines 0 comments Download
M src/pkg/runtime/malloc.goc View 1 2 1 chunk +0 lines, -12 lines 0 comments Download
M src/pkg/runtime/malloc1.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/mallocrand.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/mallocrep.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/mallocrep1.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/sema.goc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/sync/cond.go View 1 4 chunks +4 lines, -6 lines 0 comments Download
A src/pkg/sync/export_test.go View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M src/pkg/sync/mutex.go View 1 3 chunks +3 lines, -6 lines 0 comments Download
M src/pkg/sync/mutex_test.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
A src/pkg/sync/runtime.go View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M src/pkg/sync/runtime_sema_test.go View 1 4 chunks +8 lines, -7 lines 0 comments Download
M src/pkg/sync/rwmutex.go View 1 5 chunks +5 lines, -8 lines 0 comments Download
M src/pkg/sync/waitgroup.go View 1 3 chunks +3 lines, -6 lines 0 comments Download

Messages

Total messages: 5
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
13 years, 10 months ago (2012-02-18 21:34:31 UTC) #1
r
i have no idea what's going on. also: go1.{tmpl,html} http://codereview.appspot.com/5675093/diff/2014/src/pkg/sync/runtime_sema_test.go File src/pkg/sync/runtime_sema_test.go (right): http://codereview.appspot.com/5675093/diff/2014/src/pkg/sync/runtime_sema_test.go#newcode30 src/pkg/sync/runtime_sema_test.go:30: ...
13 years, 10 months ago (2012-02-18 21:41:24 UTC) #2
rsc
PTAL I forgot two important new files in the last CL, runtime.go and export_test.go in ...
13 years, 10 months ago (2012-02-18 23:16:30 UTC) #3
bradfitz
LGTM On Sat, Feb 18, 2012 at 3:16 PM, Russ Cox <rsc@golang.org> wrote: > PTAL ...
13 years, 10 months ago (2012-02-18 23:27:23 UTC) #4
rsc
13 years, 10 months ago (2012-02-19 05:11:47 UTC) #5
*** Submitted as 1b7151fd97d4 ***

runtime: API

Delete Alloc, Free, Lookup, Semacquire, Semrelease

Fixes issue 2955.

R=golang-dev, r, bradfitz
CC=golang-dev
http://codereview.appspot.com/5675093
Sign in to reply to this message.

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