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

Issue 10259043: code review 10259043: runtime/race: remove now unused step parameter from ran... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by dvyukov
Modified:
12 years ago
Reviewers:
dave
CC:
golang-dev, dave_cheney.net
Visibility:
Public.

Description

runtime/race: remove now unused step parameter from range access functions

Patch Set 1 #

Patch Set 2 : diff -r ff86470c2f3c https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 3 : diff -r ff86470c2f3c https://dvyukov%40google.com@code.google.com/p/go/ #

Total comments: 1

Patch Set 4 : diff -r ff86470c2f3c https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 5 : diff -r ff86470c2f3c https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -32 lines) Patch
M src/pkg/runtime/race.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/race.c View 1 6 chunks +11 lines, -11 lines 0 comments Download
M src/pkg/runtime/race/race.go View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M src/pkg/runtime/race0.c View 1 1 chunk +2 lines, -4 lines 0 comments Download
M src/pkg/runtime/slice.c View 1 5 chunks +9 lines, -9 lines 0 comments Download
M src/pkg/runtime/string.goc View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5
dvyukov
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
12 years ago (2013-06-13 12:20:39 UTC) #1
dave_cheney.net
LGTM. https://codereview.appspot.com/10259043/diff/3007/src/pkg/runtime/race/race.go File src/pkg/runtime/race/race.go (right): https://codereview.appspot.com/10259043/diff/3007/src/pkg/runtime/race/race.go#newcode61 src/pkg/runtime/race/race.go:61: C.long(sz) /*step is unused*/, 0, unsafe.Pointer(pc)) can you ...
12 years ago (2013-06-13 12:25:28 UTC) #2
dvyukov
On Thu, Jun 13, 2013 at 4:25 PM, <dave@cheney.net> wrote: > LGTM. > > > ...
12 years ago (2013-06-13 12:28:04 UTC) #3
dvyukov
On 2013/06/13 12:25:28, dfc wrote: > LGTM. > > https://codereview.appspot.com/10259043/diff/3007/src/pkg/runtime/race/race.go > File src/pkg/runtime/race/race.go (right): > ...
12 years ago (2013-06-13 12:29:01 UTC) #4
dvyukov
12 years ago (2013-06-13 12:38:49 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=fcabd133a054 ***

runtime/race: remove now unused step parameter from range access functions

R=golang-dev, dave
CC=golang-dev
https://codereview.appspot.com/10259043
Sign in to reply to this message.

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