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

Issue 4641044: code review 4641044: gc: implement goto restriction (Closed)

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

Description

gc: implement goto restriction Remove now-unnecessary zeroing of stack frames.

Patch Set 1 #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+270 lines, -135 lines) Patch
M src/cmd/5g/gobj.c View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M src/cmd/5g/gsubr.c View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M src/cmd/6g/gobj.c View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M src/cmd/6g/gsubr.c View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M src/cmd/8g/gobj.c View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M src/cmd/8g/gsubr.c View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M src/cmd/gc/dcl.c View 1 2 5 chunks +10 lines, -16 lines 0 comments Download
M src/cmd/gc/gen.c View 1 2 7 chunks +143 lines, -71 lines 0 comments Download
M src/cmd/gc/go.h View 1 2 6 chunks +12 lines, -11 lines 0 comments Download
M src/cmd/gc/go.y View 1 2 11 chunks +21 lines, -26 lines 0 comments Download
M src/cmd/gc/lex.c View 1 2 5 chunks +14 lines, -4 lines 0 comments Download
M src/cmd/gc/pgen.c View 1 2 3 chunks +4 lines, -2 lines 0 comments Download
M src/cmd/gc/typecheck.c View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M test/fixedbugs/bug238.go View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M test/fixedbugs/bug274.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug344.go View 1 2 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 3
rsc
Hello ken2 (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 9 months ago (2011-06-17 19:25:04 UTC) #1
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=f14c3722f737 *** gc: implement goto restriction Remove now-unnecessary zeroing of stack frames. ...
13 years, 9 months ago (2011-06-17 19:25:07 UTC) #2
ken3
13 years, 9 months ago (2011-06-17 22:33:30 UTC) #3
lgtm
Sign in to reply to this message.

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