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

Issue 12724044: code review 12724044: runtime: remove unused m->racepc (Closed)

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

Description

runtime: remove unused m->racepc The original plan was to collect allocation stacks for all memory blocks. But it was never implemented and it's not in near plans and it's unclear how to do it at all.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -12 lines) Patch
M src/pkg/runtime/malloc.goc View 1 2 chunks +2 lines, -6 lines 0 comments Download
M src/pkg/runtime/race.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/race.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/race0.c View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 4
dvyukov
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
11 years, 10 months ago (2013-08-12 08:12:26 UTC) #1
dave_cheney.net
SGTM. On 12/08/2013, at 17:12, dvyukov@google.com wrote: > Reviewers: golang-dev1, > > Message: > Hello ...
11 years, 10 months ago (2013-08-12 10:23:17 UTC) #2
bradfitz
LGTM On Mon, Aug 12, 2013 at 1:12 AM, <dvyukov@google.com> wrote: > Reviewers: golang-dev1, > ...
11 years, 10 months ago (2013-08-12 15:44:56 UTC) #3
dvyukov
11 years, 10 months ago (2013-08-12 17:48:23 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=d1188847c1cc ***

runtime: remove unused m->racepc
The original plan was to collect allocation stacks
for all memory blocks. But it was never implemented
and it's not in near plans and it's unclear how to do it at all.

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

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