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

Issue 5485063: code review 5485063: 8c: handle 64-bit switch value (Closed)

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

Description

8c: handle 64-bit switch value Cases must still be 32-bit values, but one thing at a time.

Patch Set 1 #

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

Total comments: 1

Patch Set 3 : diff -r 4d57f439ae4d https://go.googlecode.com/hg/ #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -15 lines) Patch
M src/cmd/8c/swt.c View 1 2 chunks +45 lines, -5 lines 0 comments Download
M src/cmd/cc/pgen.c View 1 2 chunks +2 lines, -10 lines 0 comments Download

Messages

Total messages: 5
ality
https://codereview.appspot.com/5485063/diff/2001/src/cmd/8c/swt.c File src/cmd/8c/swt.c (right): https://codereview.appspot.com/5485063/diff/2001/src/cmd/8c/swt.c#newcode42 src/cmd/8c/swt.c:42: if(n->op != ONAME || n->sym != nodsafe->sym) { The ...
12 years, 6 months ago (2011-12-14 02:40:53 UTC) #1
rsc
> https://codereview.appspot.com/5485063/diff/2001/src/cmd/8c/swt.c#newcode42 > src/cmd/8c/swt.c:42: if(n->op != ONAME || n->sym != nodsafe->sym) { > The check ...
12 years, 6 months ago (2011-12-14 02:59:37 UTC) #2
rsc
Hello ality@pbrane.org, ken2 (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 6 months ago (2011-12-14 05:08:17 UTC) #3
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=21595dc0395a *** 8c: handle 64-bit switch value Cases must still be 32-bit ...
12 years, 6 months ago (2011-12-14 05:08:41 UTC) #4
ken3
12 years, 6 months ago (2011-12-14 06:11:06 UTC) #5
lgtm
Sign in to reply to this message.

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