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

Issue 204064: code review 204064: stop the 5c optimizer from clobbering extern static reg... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 6 months ago by kaib
Modified:
15 years, 5 months ago
Reviewers:
CC:
rsc, ken2, golang-dev
Visibility:
Public.

Description

stop the 5c optimizer from clobbering extern static registers.

Patch Set 1 #

Patch Set 2 : code review 204064: stop the 5c optimizer from clobbering extern static reg... #

Patch Set 3 : code review 204064: stop the 5c optimizer from clobbering extern static reg... #

Patch Set 4 : code review 204064: stop the 5c optimizer from clobbering extern static reg... #

Patch Set 5 : code review 204064: stop the 5c optimizer from clobbering extern static reg... #

Patch Set 6 : code review 204064: stop the 5c optimizer from clobbering extern static reg... #

Total comments: 6

Patch Set 7 : code review 204064: stop the 5c optimizer from clobbering extern static reg... #

Patch Set 8 : code review 204064: stop the 5c optimizer from clobbering extern static reg... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -2 lines) Patch
M src/cmd/5c/reg.c View 1 2 3 4 5 6 3 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 11
kaib
Hello ken (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 6 months ago (2010-02-07 05:57:55 UTC) #1
kaib
-ken,+ken2
15 years, 6 months ago (2010-02-07 06:23:03 UTC) #2
ken3
all of the other compilers restrict register allocation in BtoR rather than RtoB. there is ...
15 years, 5 months ago (2010-02-07 23:55:31 UTC) #3
kaib
On Sun, Feb 7, 2010 at 3:55 PM, <ken@google.com> wrote: > all of the other ...
15 years, 5 months ago (2010-02-08 04:28:28 UTC) #4
kaib
uploaded proposed changed to 5c. i'm unclear on what to do with 6c/8c. the filter ...
15 years, 5 months ago (2010-02-08 04:49:20 UTC) #5
ken3
i think 6c/6g and 8c/8g are fine. you are probably confused by leftover plan9 code ...
15 years, 5 months ago (2010-02-08 06:51:10 UTC) #6
kaib
ptal On Sun, Feb 7, 2010 at 10:51 PM, Ken Thompson <ken@google.com> wrote: > i ...
15 years, 5 months ago (2010-02-08 07:08:26 UTC) #7
kaib
oh, i also disabled the optimizer completely until i can figure out the issue when ...
15 years, 5 months ago (2010-02-08 07:10:55 UTC) #8
rsc
LGTM http://codereview.appspot.com/204064/diff/1006/17 File src/cmd/5c/reg.c (right): http://codereview.appspot.com/204064/diff/1006/17#newcode82 src/cmd/5c/reg.c:82: // TODO(kaib): enable optimizer once we figure out ...
15 years, 5 months ago (2010-02-11 01:26:32 UTC) #9
kaib
http://codereview.appspot.com/204064/diff/1006/17 File src/cmd/5c/reg.c (right): http://codereview.appspot.com/204064/diff/1006/17#newcode82 src/cmd/5c/reg.c:82: // TODO(kaib): enable optimizer once we figure out why ...
15 years, 5 months ago (2010-02-11 06:42:11 UTC) #10
kaib
15 years, 5 months ago (2010-02-11 06:50:25 UTC) #11
*** Submitted as http://code.google.com/p/go/source/detail?r=94ecc7cb14ac ***

stop the 5c optimizer from clobbering extern static registers.

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

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