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

Issue 135660043: code review 135660043: runtime: map iterators: always use intrabucket randomess (Closed)

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

Description

runtime: map iterators: always use intrabucket randomess Fixes issue 8688

Patch Set 1 #

Patch Set 2 : diff -r 1ad196212ec464e41a35c4bd5553bf302e8e887b https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 3 : diff -r 1ad196212ec464e41a35c4bd5553bf302e8e887b https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 4 : diff -r 1ad196212ec464e41a35c4bd5553bf302e8e887b https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 5 : diff -r 1ad196212ec464e41a35c4bd5553bf302e8e887b https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 6 : diff -r 8894f1b1c0f2fe3cb8d3984c371dc1368b56a161 https://khr%40golang.org@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -32 lines) Patch
M src/runtime/hashmap.go View 1 3 chunks +8 lines, -12 lines 0 comments Download
M src/runtime/map_test.go View 1 2 3 4 1 chunk +23 lines, -20 lines 0 comments Download

Messages

Total messages: 6
khr
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://khr%40golang.org@code.google.com/p/go/
9 years, 7 months ago (2014-09-09 21:01:38 UTC) #1
bradfitz
Can we modify that test to run 1024 times on its own too? On Tue, ...
9 years, 7 months ago (2014-09-09 21:06:38 UTC) #2
rsc
LGTM
9 years, 7 months ago (2014-09-09 21:19:21 UTC) #3
khr1
Updated with repeated test. Even at 1000 iterations, it is only ~60msec. On Tue, Sep ...
9 years, 7 months ago (2014-09-09 21:19:43 UTC) #4
khr
*** Submitted as https://code.google.com/p/go/source/detail?r=327fbd1800e3 *** runtime: map iterators: always use intrabucket randomess Fixes issue 8688 ...
9 years, 7 months ago (2014-09-09 21:23:01 UTC) #5
gobot
9 years, 7 months ago (2014-09-10 00:06:22 UTC) #6
Message was sent while issue was closed.
This CL appears to have broken the windows-amd64-perf builder.
See http://build.golang.org/log/4aabe2fa36ab73fe0b942e520b1a41e02d735e81
Sign in to reply to this message.

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