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

Issue 80960047: code review 80960047: runtime: initialize complete Hiter during mapiterinit (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 2 months ago by rsc
Modified:
11 years, 2 months ago
Reviewers:
gobot, khr1, bradfitz
CC:
khr, bradfitz, khr1, golang-codereviews
Visibility:
Public.

Description

runtime: initialize complete Hiter during mapiterinit The garbage collector will scan these pointers, so make sure they are initialized.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M src/pkg/runtime/hashmap.goc View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 7
rsc
Hello khr (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
11 years, 2 months ago (2014-03-27 00:23:52 UTC) #1
bradfitz
LGTM On Wed, Mar 26, 2014 at 5:23 PM, <rsc@golang.org> wrote: > Reviewers: khr, > ...
11 years, 2 months ago (2014-03-27 00:24:59 UTC) #2
khr1
LGTM. On Wed, Mar 26, 2014 at 5:24 PM, Brad Fitzpatrick <bradfitz@golang.org>wrote: > LGTM > ...
11 years, 2 months ago (2014-03-27 00:25:41 UTC) #3
khr1
Another option would be to inline hash_iter_init into mapiterinit. There's no reason they need to ...
11 years, 2 months ago (2014-03-27 00:28:10 UTC) #4
rsc
On Wed, Mar 26, 2014 at 8:28 PM, Keith Randall <khr@google.com> wrote: > Another option ...
11 years, 2 months ago (2014-03-27 00:32:29 UTC) #5
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=5f71b23a0a4b *** runtime: initialize complete Hiter during mapiterinit The garbage collector will ...
11 years, 2 months ago (2014-03-27 01:52:32 UTC) #6
gobot
11 years, 2 months ago (2014-03-27 02:27:40 UTC) #7
Message was sent while issue was closed.
This CL appears to have broken the darwin-amd64-race-cheney builder.
See http://build.golang.org/log/6be44973a76f83d6d255f09d81c6c1b088d8febb
Sign in to reply to this message.

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