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

Issue 115160043: code review 115160043: runtime: add Benchmark[Clear|Copy]Fat[8|12] (Closed)

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

Description

runtime: add Benchmark[Clear|Copy]Fat[8|12] These correspond to 2 and 3 word fat copies/clears on 8g, which dominate usage in the stdlib. (70% of copies and 46% of clears are for 2 or 3 words.) I missed these in CL 111350043, which added 2 and 3 word benchmarks for 6g. A follow-up CL will optimize these cases.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -0 lines) Patch
M src/pkg/runtime/memmove_test.go View 2 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 5
josharian
Hello khr@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 10 months ago (2014-07-21 02:09:18 UTC) #1
khr1
LGTM. On Sun, Jul 20, 2014 at 7:09 PM, <josharian@gmail.com> wrote: > Reviewers: khr, > ...
10 years, 10 months ago (2014-07-21 04:01:15 UTC) #2
josharian
*** Submitted as https://code.google.com/p/go/source/detail?r=e955fe8b2ed8 *** runtime: add Benchmark[Clear|Copy]Fat[8|12] These correspond to 2 and 3 word ...
10 years, 10 months ago (2014-07-21 18:23:33 UTC) #3
gobot
This CL appears to have broken the linux-arm-cheney-panda builder. See http://build.golang.org/log/7bcfdbf06810e32e2cce0d89c187769e9eea1c84
10 years, 10 months ago (2014-07-21 18:41:42 UTC) #4
josharian
10 years, 10 months ago (2014-07-21 18:44:40 UTC) #5
Message was sent while issue was closed.
On 2014/07/21 18:41:42, gobot wrote:
> This CL appears to have broken the linux-arm-cheney-panda builder.
> See http://build.golang.org/log/7bcfdbf06810e32e2cce0d89c187769e9eea1c84

Nope. This is issue 8298.
Sign in to reply to this message.

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