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

Issue 5483048: code review 5483048: gc: fix use of stackallocated AST node in generation of... (Closed)

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

Description

gc: fix use of stackallocated AST node in generation of static initialisation code. Fixes issue 2529

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -14 lines) Patch
M src/cmd/gc/sinit.c View 1 2 chunks +13 lines, -14 lines 0 comments Download
A test/fixedbugs/bug382.go View 1 1 chunk +10 lines, -0 lines 0 comments Download
A test/fixedbugs/bug382.dir/pkg.go View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 3
lvd
Hello rsc@golang.org, rogpeppe@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 5 months ago (2011-12-12 16:01:47 UTC) #1
rsc
LGTM Thanks for tracking that down.
13 years, 5 months ago (2011-12-12 21:53:36 UTC) #2
lvd
13 years, 5 months ago (2011-12-13 08:09:15 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=19d10035bd9a ***

gc: fix use of stackallocated AST node in generation of static initialisation
code.

Fixes issue 2529

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

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