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

Issue 7094061: code review 7094061: pkg/runtime: avoid defining the same variable in more t... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by minux1
Modified:
12 years, 2 months ago
Reviewers:
iant2
CC:
iant, dave_cheney.net, golang-dev
Visibility:
Public.

Description

runtime: avoid defining the same variable in more than one translation unit For gccgo runtime and Darwin where -fno-common is the default.

Patch Set 1 #

Patch Set 2 : diff -r 0fcf167dc85f https://code.google.com/p/go/ #

Patch Set 3 : diff -r 0fcf167dc85f https://code.google.com/p/go/ #

Patch Set 4 : diff -r 46e2ff5b7998 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -6 lines) Patch
M src/pkg/runtime/malloc.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/malloc.goc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/runtime/proc.c View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 8
minux1
Hello iant@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
12 years, 2 months ago (2013-01-21 03:52:35 UTC) #1
dave_cheney.net
Don't we already pass -fno-common on all platforms in cmd/dist/build.c ? On 21/01/2013, at 14:52, ...
12 years, 2 months ago (2013-01-21 03:58:36 UTC) #2
minux1
On Mon, Jan 21, 2013 at 11:58 AM, Dave Cheney <dave@cheney.net> wrote: > Don't we ...
12 years, 2 months ago (2013-01-21 04:03:04 UTC) #3
iant
LGTM Thanks.
12 years, 2 months ago (2013-01-25 23:51:06 UTC) #4
minux1
*** Submitted as https://code.google.com/p/go/source/detail?r=fe561fd77106 *** runtime: avoid defining the same variable in more than one ...
12 years, 2 months ago (2013-01-26 01:57:17 UTC) #5
minux1
Hi Ian, could you please merge this into gofrontend and gcc trunk if possible? or ...
12 years, 2 months ago (2013-01-26 01:59:55 UTC) #6
iant2
On Fri, Jan 25, 2013 at 5:59 PM, minux <minux.ma@gmail.com> wrote: > Hi Ian, could ...
12 years, 2 months ago (2013-01-29 23:31:54 UTC) #7
minux1
12 years, 2 months ago (2013-01-30 05:45:35 UTC) #8
On Wed, Jan 30, 2013 at 7:31 AM, Ian Lance Taylor <iant@google.com> wrote:

> On Fri, Jan 25, 2013 at 5:59 PM, minux <minux.ma@gmail.com> wrote:
> > Hi Ian, could you please merge this into gofrontend and gcc trunk if
> > possible?
> > or do you want me to submit CL to gofrontend?
>
> I've merged the current library into gofrontend.
>
Thank you very much!
Sign in to reply to this message.

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