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

Issue 6621061: code review 6621061: cmd/5g, cmd/6g, cmd/8g: fix out of registers. (Closed)

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

Description

cmd/5g, cmd/6g, cmd/8g: fix out of registers. This patch is enough to fix compilation of exp/types tests but only passes a stripped down version of the appripriate torture test. Update issue 4207.

Patch Set 1 #

Patch Set 2 : diff -r 1571ae601243 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 1c5c3c6b15bc https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 1c5c3c6b15bc https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 1c5c3c6b15bc https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 1c5c3c6b15bc https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 7 : diff -r 1676e21191aa https://go.googlecode.com/hg/ #

Patch Set 8 : diff -r b595997205c8 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -29 lines) Patch
M src/cmd/5g/cgen.c View 1 2 3 4 5 6 5 chunks +86 lines, -5 lines 0 comments Download
M src/cmd/6g/cgen.c View 1 2 3 4 5 6 7 chunks +38 lines, -18 lines 0 comments Download
M src/cmd/8g/cgen.c View 1 2 3 4 5 6 2 chunks +16 lines, -2 lines 0 comments Download
M test/torture.go View 1 2 2 chunks +72 lines, -4 lines 0 comments Download

Messages

Total messages: 21
remyoudompheng
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 6 months ago (2012-10-08 21:18:36 UTC) #1
remyoudompheng
The ARM changes are totally untested. I would like something to try all.bash with this ...
11 years, 6 months ago (2012-10-08 21:20:09 UTC) #2
remyoudompheng
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 6 months ago (2012-10-08 21:34:30 UTC) #3
dave_cheney.net
On 2012/10/08 21:34:30, remyoudompheng wrote: > Hello mailto:golang-dev@googlegroups.com (cc: mailto:golang-dev@googlegroups.com), > > Please take another ...
11 years, 6 months ago (2012-10-08 23:30:59 UTC) #4
remyoudompheng
On 2012/10/08 23:30:59, dfc wrote: > On 2012/10/08 21:34:30, remyoudompheng wrote: > > Hello mailto:golang-dev@googlegroups.com ...
11 years, 6 months ago (2012-10-08 23:37:53 UTC) #5
dave_cheney.net
Patchset #5 compiles and runs all tests without issue. Thank you very much. On Tue, ...
11 years, 6 months ago (2012-10-09 00:26:07 UTC) #6
dave_cheney.net
benchmarks from linux/arm, I haven't tested other arches. benchmark old ns/op new ns/op delta BenchmarkBinaryTree17 ...
11 years, 6 months ago (2012-10-09 02:11:19 UTC) #7
dave_cheney.net
Don't read too much into these benchmarks, rerunning them produces benchmark old ns/op new ns/op ...
11 years, 6 months ago (2012-10-09 02:15:17 UTC) #8
dave_cheney.net
With this patch applied: --- prog list "other" --- 0000 (/home/dfc/src/other.go:5) TEXT other+0(SB),$0-0 0001 (/home/dfc/src/other.go:6) ...
11 years, 6 months ago (2012-10-10 03:26:16 UTC) #9
remyoudompheng
On 2012/10/10 03:26:16, dfc wrote: > This probably explains why some of the benchmarks got ...
11 years, 6 months ago (2012-10-10 06:15:55 UTC) #10
remyoudompheng
Hello golang-dev@googlegroups.com, dave@cheney.net (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 6 months ago (2012-10-10 18:34:10 UTC) #11
remyoudompheng
Dave (or anybody else), can you try and benchmark CL6639058: http://codereview.appspot.com/6639058 It adds optimizations on ...
11 years, 6 months ago (2012-10-10 18:36:20 UTC) #12
dave_cheney.net
On 2012/10/10 18:36:20, remyoudompheng wrote: > Dave (or anybody else), can you try and benchmark ...
11 years, 6 months ago (2012-10-10 23:49:54 UTC) #13
remyoudompheng
Any other opinion on this?
11 years, 6 months ago (2012-10-11 21:15:58 UTC) #14
dave_cheney.net
LGTM for 5g. On Fri, Oct 12, 2012 at 8:15 AM, <remyoudompheng@gmail.com> wrote: > Any ...
11 years, 6 months ago (2012-10-11 23:38:13 UTC) #15
nigeltao
https://codereview.appspot.com/6621061/diff/14002/src/cmd/6g/cgen.c File src/cmd/6g/cgen.c (right): https://codereview.appspot.com/6621061/diff/14002/src/cmd/6g/cgen.c#newcode856 src/cmd/6g/cgen.c:856: regalloc(a, types[tptr], &n1); Was the final argument supposed to ...
11 years, 6 months ago (2012-10-12 07:07:36 UTC) #16
remyoudompheng
Hello dave@cheney.net, nigeltao@golang.org, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 6 months ago (2012-10-12 21:25:20 UTC) #17
remyoudompheng
http://codereview.appspot.com/6621061/diff/14002/src/cmd/6g/cgen.c File src/cmd/6g/cgen.c (right): http://codereview.appspot.com/6621061/diff/14002/src/cmd/6g/cgen.c#newcode856 src/cmd/6g/cgen.c:856: regalloc(a, types[tptr], &n1); On 2012/10/12 07:07:36, nigeltao wrote: > ...
11 years, 6 months ago (2012-10-12 21:26:07 UTC) #18
nigeltao
LGTM.
11 years, 6 months ago (2012-10-15 06:43:50 UTC) #19
remyoudompheng
I'll submit this in a few hours if there is no additional objection.
11 years, 6 months ago (2012-10-15 21:10:18 UTC) #20
remyoudompheng
11 years, 6 months ago (2012-10-16 05:22:40 UTC) #21
*** Submitted as http://code.google.com/p/go/source/detail?r=6b67a925abcc ***

cmd/5g, cmd/6g, cmd/8g: fix out of registers.

This patch is enough to fix compilation of
exp/types tests but only passes a stripped down
version of the appripriate torture test.

Update issue 4207.

R=dave, nigeltao, rsc, golang-dev
CC=golang-dev
http://codereview.appspot.com/6621061
Sign in to reply to this message.

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