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

Issue 23310043: code review 23310043: runtime, gc: call interface conversion routines by refe... (Closed)

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

Description

runtime, gc: call interface conversion routines by reference. Part of getting rid of vararg C calls.

Patch Set 1 #

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -26 lines) Patch
M src/cmd/gc/builtin.c View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/cmd/gc/runtime.go View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/cmd/gc/walk.c View 1 2 3 1 chunk +14 lines, -1 line 0 comments Download
M src/pkg/runtime/iface.c View 1 1 chunk +10 lines, -21 lines 0 comments Download

Messages

Total messages: 7
khr
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://khr%40golang.org@code.google.com/p/go/
10 years, 4 months ago (2013-12-02 21:19:19 UTC) #1
khr
On 2013/12/02 21:19:19, khr wrote: > Hello mailto:golang-dev@googlegroups.com, > > I'd like you to review ...
10 years, 4 months ago (2013-12-18 00:32:47 UTC) #2
bradfitz
LGTM On Tue, Dec 17, 2013 at 4:32 PM, <khr@golang.org> wrote: > On 2013/12/02 21:19:19, ...
10 years, 4 months ago (2013-12-18 00:49:57 UTC) #3
khr
*** Submitted as https://code.google.com/p/go/source/detail?r=e4cdf4d18e1e *** runtime, gc: call interface conversion routines by reference. Part of ...
10 years, 4 months ago (2013-12-18 00:55:08 UTC) #4
rsc
LGTM I am sorry this sat for so long. I hope the new dashboard will ...
10 years, 4 months ago (2013-12-18 02:53:55 UTC) #5
dvyukov
FYI, this degraded json: http://goperfd.appspot.com/perfdetail?commit=e4cdf4d18e1e96899898747b8823a512e5246337&builder=linux-amd64&benchmark=json
10 years, 4 months ago (2013-12-20 09:02:17 UTC) #6
dvyukov
10 years, 4 months ago (2013-12-22 15:27:14 UTC) #7
Message was sent while issue was closed.
On 2013/12/20 09:02:17, dvyukov wrote:
> FYI, this degraded json:
> 
>
http://goperfd.appspot.com/perfdetail?commit=e4cdf4d18e1e96899898747b8823a512...

Windows builder confirms degradation:

Change e4cdf4d18e1e caused perf changes on windows-amd64:

json-1                    old          new      delta
cputime             192187500    201562500      +4.88

json-8                    old          new      delta
cputime             212062500    226281250      +6.70

http://goperfd.appspot.com/perfdetail?commit=e4cdf4d18e1e96899898747b8823a512...
Sign in to reply to this message.

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